FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getDashboardWidgetUsingName Method

Gets the widget by name.

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

Syntax


public deDashboardWidget getDashboardWidgetUsingName(
	string widgetName
)
Public Function getDashboardWidgetUsingName ( _
	widgetName As String _
) As deDashboardWidget
public:
deDashboardWidget^ getDashboardWidgetUsingName(
	String^ widgetName
)

Parameters

widgetName
Type: String
The widget name identifier.

Return Value

deWidget.