FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboardWidgetsByCategoryOrType Method

Gets the type of the dashboard widgets by category or.

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

Syntax


public Dictionary<string, string> getDashboardWidgetsByCategoryOrType(
	string categoryID,
	string widgetType
)
Public Function getDashboardWidgetsByCategoryOrType ( _
	categoryID As String, _
	widgetType As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getDashboardWidgetsByCategoryOrType(
	String^ categoryID, 
	String^ widgetType
)

Parameters

categoryID
Type: String
The category identifier.
widgetType
Type: String
Type of the widget.

Return Value

Dictionary<System.String, System.String>.