deDashboardWidget..::..executeWidget Method
Executes the widget.
Namespace:
FlowWright.cDevDeAPIAssembly: 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.