Click or drag to resize
DashboardDesignerAllPagesFromObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a collection containing all page objects referenced by a DashboardObject.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Collection AllPagesFromObject(
	DashboardObject DashboardObject
)

Parameters

DashboardObject
Type: DataPAEnterpriseDashboardDashboardObject
The DashboardObject.

Return Value

Type: Collection
The collection containing all page objects referenced by a DashboardObject.
Remarks
Will return a collection with one object if not a drill down, otherwise all pages rendered of a drill down page.
See Also