FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createDashboardWidget Method

Creates the widget.

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

Syntax


public deDashboardWidget createDashboardWidget(
	string widgetName,
	string widgetDisplayName,
	string widgetDescription,
	string sNameSpace,
	string dllFile,
	string widgetType,
	string widgetCategoryID,
	string widgetID
)
Public Function createDashboardWidget ( _
	widgetName As String, _
	widgetDisplayName As String, _
	widgetDescription As String, _
	sNameSpace As String, _
	dllFile As String, _
	widgetType As String, _
	widgetCategoryID As String, _
	widgetID As String _
) As deDashboardWidget
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.

Return Value

deWidget.