FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeDashboardWidgetCategory Method

Removes the widget category.

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

Syntax


public bool removeDashboardWidgetCategory(
	string widgetCategoryID
)
Public Function removeDashboardWidgetCategory ( _
	widgetCategoryID As String _
) As Boolean
public:
bool^ removeDashboardWidgetCategory(
	String^ widgetCategoryID
)

Parameters

widgetCategoryID
Type: String
The widget category identifier.

Return Value

true if XXXX, false otherwise.