FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDashboardWidget..::..executeWidget Method

Executes the widget.

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

Syntax


public dynamic executeWidget(
	clsDashboardWidgetContext oWidgetContext,
	Hashtable oInputParams
)
Public Function executeWidget ( _
	oWidgetContext As clsDashboardWidgetContext, _
	oInputParams As Hashtable _
) As dynamic
public:
dynamic^ executeWidget(
	clsDashboardWidgetContext^ oWidgetContext, 
	Hashtable^ oInputParams
)

Parameters

oWidgetContext
Type: clsDashboardWidgetContext
The o widget context.
oInputParams
Type: Hashtable
The o input parameters.

Return Value

dynamic.