FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDashboard..::..executeWidget Method

executeWidget

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

Syntax


public dynamic executeWidget(
	string widgetName,
	Hashtable oInputParams
)
Public Function executeWidget ( _
	widgetName As String, _
	oInputParams As Hashtable _
) As dynamic
public:
dynamic^ executeWidget(
	String^ widgetName, 
	Hashtable^ oInputParams
)

Parameters

widgetName
Type: String
Name of the widget.
oInputParams
Type: Hashtable
The o input parameters.

Return Value

dynamic.