Click or drag to resize

DashboardWidgetHelper Class

Contains helper methods to work with widgets
Inheritance Hierarchy
SystemObject
  Dynamicweb.Dashboards.WidgetsDashboardWidgetHelper

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
public static class DashboardWidgetHelper

The DashboardWidgetHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates the AddIn instance.
Public methodStatic memberGetAllWidgetsTypes
Gets the all widgets AddIn's classes.
Public methodStatic memberGetDescription
Gets the AddIn description attribute.
Public methodStatic memberGetIcon
Gets the AddIn icon attribute.
Public methodStatic memberGetName(DashboardWidget)
Gets widget friendly name.
Public methodStatic memberGetName(Type, String)
Gets widget type friendly name or default.
Public methodStatic memberGetParametersCount
Gets widget AddIn parameters count
Public methodStatic memberGetSystemName
Gets widget system name used as unique id
Top
See Also