FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getWidgetCount Method

Gets the widget count.

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

Syntax


public static Dictionary<string, int> getWidgetCount(
	Dictionary<string, deDashboardWidget> oWidgets
)
Public Shared Function getWidgetCount ( _
	oWidgets As Dictionary(Of String, deDashboardWidget) _
) As Dictionary(Of String, Integer)
public:
static Dictionary<String^, int^>^ getWidgetCount(
	Dictionary<String^, deDashboardWidget^>^ oWidgets
)

Parameters

oWidgets
Type: Dictionary<(Of <(<'String, deDashboardWidget>)>)>
The o Widgets.

Return Value

Dictionary<System.String, System.Int32>.