FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboardWidgetsForCategory Method

Gets the widgets for category.

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

Syntax


public List<deDashboardWidget> getDashboardWidgetsForCategory(
	string categoryID
)
Public Function getDashboardWidgetsForCategory ( _
	categoryID As String _
) As List(Of deDashboardWidget)
public:
List<deDashboardWidget^>^ getDashboardWidgetsForCategory(
	String^ categoryID
)

Parameters

categoryID
Type: String
The category identifier.

Return Value

List<deWidget>.