FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDashboard..::..getWidgets Method (widgetType)

Gets the widgets.

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

Syntax


public Dictionary<string, deDashboardWidget> getWidgets(
	widgetType oWidgetType
)
Public Function getWidgets ( _
	oWidgetType As widgetType _
) As Dictionary(Of String, deDashboardWidget)
public:
Dictionary<String^, deDashboardWidget^>^ getWidgets(
	widgetType^ oWidgetType
)

Parameters

oWidgetType
Type: FlowWright.cDevDeAPI..::..widgetType
Type of the o widget.

Return Value

Dictionary<System.String, deWidget>.