  | DashboardWidgetHelperCreate Method  | 
 
            Creates the AddIn instance.
            
 
    Namespace: 
   Dynamicweb.Dashboards.Widgets
    Assembly:
   Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntaxpublic static DashboardWidget Create(
	Type widgetType
)
Public Shared Function Create ( 
	widgetType As Type
) As DashboardWidget
Parameters
- widgetType
 - Type: SystemType
Type of the AddIn. 
Return Value
Type: 
DashboardWidget
See Also