Click or drag to resize
DashboardQueriesRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a DashboardQuery from this collection.

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

Parameters

ID
Type: SystemString
The ID of the object to remove.

Return Value

Type: Boolean
True if the object is removed.
Remarks