Click or drag to resize
ControlPanelObjectObjectIsDependant Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value that indicates if the provided dashboard object is dependant on this filter condition object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool ObjectIsDependant(
	DashboardObject DashboardObject
)

Parameters

DashboardObject
Type: DataPAEnterpriseDashboardDashboardObject
The dashboard object to test

Return Value

Type: Boolean
True if the provided dashboard object is dependant on this filter condition object.
Remarks