Click or drag to resize
AlertConditionsContains Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if a AlertCondition 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 AlertCondition.

Return Value

Type: Boolean
True if an AlertCondition with the ID exists in the collection.
Remarks