Class DashboardAreaHelper
- Namespace
- Dynamicweb.Dashboard
- Assembly
- Dynamicweb.Core.dll
The class DashboardAreaHelper defines dashboard area extensions.
public static class DashboardAreaHelper
- Inheritance
-
DashboardAreaHelper
- Inherited Members
Methods
CreateSystemDashboardInstance(DashboardArea)
Create apropriate instance of the system dashboard.
public static IDashboard? CreateSystemDashboardInstance(DashboardArea area)
Parameters
areaDashboardArea
Returns
CreateSystemDashboardInstance(string)
Create apropriate instance of the system dashboard.
public static IDashboard? CreateSystemDashboardInstance(string areaName)
Parameters
areaNamestring
Returns
IsCustomArea(DashboardArea)
Return true if dashboard area is custom.
public static bool IsCustomArea(DashboardArea area)
Parameters
areaDashboardAreaThe dashboard area
Returns
IsCustomArea(string)
Returns true if dashboard area is custom.
public static bool IsCustomArea(string areaName)
Parameters
areaNamestringThe dashboard area systemname