DashboardDesignerCutDashboardObject Method |
|
DataPA OpenAnalytics API Reference
Copies to the clipboard and deletes the Dashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void CutDashboardObject(
string ID = null
)
Public Sub CutDashboardObject (
Optional ID As String = Nothing
)
public:
virtual void CutDashboardObject(
String^ ID = nullptr
) sealed
function CutDashboardObject(ID);
Parameters
- ID (Optional)
- Type: SystemString
The ID of the dashboardObject to copy and delete. If ID is not specified (or is a blank string), the DashboardObject specified by SelectedObject is used.
Remarks See Also