DataPA Enterprise Dashboard Controls API Reference
Deletes the Dashboard object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool DeleteDashboardObject(
	string ID = null,
	bool Prompt = true
)
Visual Basic
Public Function DeleteDashboardObject ( 
	Optional ID As String = Nothing,
	Optional Prompt As Boolean = true
) As Boolean
Visual C++
public:
virtual bool DeleteDashboardObject(
	String^ ID = nullptr, 
	bool Prompt = true
) sealed

Parameters

ID (Optional)
Type: System..::..String
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: System..::..Boolean

Return Value

Type: Boolean

Remarks