deDesign..::..createDashboardWidget Method
Creates the widget.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deDashboardWidget createDashboardWidget( string widgetName, string widgetDisplayName, string widgetDescription, string sNameSpace, string dllFile, string widgetType, string widgetCategoryID, string widgetID )
Parameters
- widgetName
- Type: String
Name of the widget.
- widgetDisplayName
- Type: String
Display Name of the widget.
- widgetDescription
- Type: String
The widget description.
- sNameSpace
- Type: String
The s name space.
- dllFile
- Type: String
The DLL file.
- widgetType
- Type: String
Type of the widget.
- widgetCategoryID
- Type: String
ID of the widget category.
- widgetID
- Type: String
The widget identifier.