DashboardObjectBuildTreeViewData Method |
|
DataPA OpenAnalytics API Reference
Causes the object to rebuild the Treeview nodes for a tree view.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void BuildTreeViewData(
bool Background = true
)
Public Sub BuildTreeViewData (
Optional Background As Boolean = true
)
public:
virtual void BuildTreeViewData(
bool Background = true
) sealed
function BuildTreeViewData(Background);
Parameters
- Background (Optional)
- Type: SystemBoolean
True if the work to generate the data should be conducted in a seperate background thread.
Remarks See Also