FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addDashboardWidgetsToCategory Method

Adds the widgets to category.

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

Syntax


public bool addDashboardWidgetsToCategory(
	string categoryID,
	string widgetID
)
Public Function addDashboardWidgetsToCategory ( _
	categoryID As String, _
	widgetID As String _
) As Boolean
public:
bool^ addDashboardWidgetsToCategory(
	String^ categoryID, 
	String^ widgetID
)

Parameters

categoryID
Type: String
The category identifier.
widgetID
Type: String
The widget identifier.

Return Value

true if XXXX, false otherwise.