Click or drag to resize
DashboardQueriesContains Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if an object with the ID exists in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Contains(
	string ID
)

Parameters

ID
Type: SystemString
The ID of the Dashboard Object.

Return Value

Type: Boolean
Truye if an object with the ID exists in the collection.
Remarks