FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeDashboard Method

Removes the dashboard.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeDashboard(
	string dashobardID
)
Public Function removeDashboard ( _
	dashobardID As String _
) As Boolean
public:
bool^ removeDashboard(
	String^ dashobardID
)

Parameters

dashobardID
Type: String
The dashobard identifier.

Return Value

true if XXXX, false otherwise.