ManagedDashboardBuildDependentObjectLists Method |
|
DataPA OpenAnalytics API Reference
Method that builds the lists of dependant objects for each control panel object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void BuildDependentObjectLists()
Public Sub BuildDependentObjectLists
public:
virtual void BuildDependentObjectLists() sealed
function BuildDependentObjectLists();
Remarks Called by buildpartialsummaries when the dashboard is published. These lists take a while to build, and don't change once the dashboard is published
so worthwhile doing them once in advance
See Also