Table of Contents

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

area DashboardArea

Returns

IDashboard

CreateSystemDashboardInstance(string)

Create apropriate instance of the system dashboard.

public static IDashboard? CreateSystemDashboardInstance(string areaName)

Parameters

areaName string

Returns

IDashboard

IsCustomArea(DashboardArea)

Return true if dashboard area is custom.

public static bool IsCustomArea(DashboardArea area)

Parameters

area DashboardArea

The dashboard area

Returns

bool

IsCustomArea(string)

Returns true if dashboard area is custom.

public static bool IsCustomArea(string areaName)

Parameters

areaName string

The dashboard area systemname

Returns

bool
To top