Click or drag to resize

DashboardWidgetHelperCreate Method

Creates the AddIn instance.

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public static DashboardWidget Create(
	Type widgetType
)

Parameters

widgetType
Type: SystemType
Type of the AddIn.

Return Value

Type: DashboardWidget
See Also