Click or drag to resize
DashboardDesignerDeleteDashboardObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Deletes the Dashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool DeleteDashboardObject(
	string ID = null,
	bool Prompt = true
)

Parameters

ID (Optional)
Type: SystemString
The ID of the DashboardObject. If ID is not specified (or is a blank string), the DashboardObject specified by SelectedObject is used.
Prompt (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
Remarks