DashboardDesignerDeleteDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Deletes the Dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool DeleteDashboardObject(
string ID = null,
bool Prompt = true
)
Public Function DeleteDashboardObject (
Optional ID As String = Nothing,
Optional Prompt As Boolean = true
) As Boolean
public:
virtual bool DeleteDashboardObject(
String^ ID = nullptr,
bool Prompt = true
) sealed
function DeleteDashboardObject(ID, Prompt);
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:
BooleanRemarks See Also