FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeDashboardWidget Method

Removes the widget.

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

Syntax


public bool removeDashboardWidget(
	string widgetID
)
Public Function removeDashboardWidget ( _
	widgetID As String _
) As Boolean
public:
bool^ removeDashboardWidget(
	String^ widgetID
)

Parameters

widgetID
Type: String
The widget identifier.

Return Value

true if XXXX, false otherwise.