SaaS CMS has officially launched! Learn more now.

Class DashboardElement

Defines a dashboard section in EPiServerShellSection

Inheritance
System.Object
DashboardElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
[Obsolete("The EPiServer 6 Dashboard configuration element has been replaced with the ViewManager element.")]
public class DashboardElement : ConfigurationElement

Constructors

DashboardElement()

Declaration
public DashboardElement()

Properties

DisabledGadgets

A collection of gadgets that should be disabled.

Declaration
public DisabledGadgetsCollection DisabledGadgets { get; set; }
Property Value
Type Description
DisabledGadgetsCollection

Templates

Gets or sets the templates.

Declaration
public TemplateElementCollection Templates { get; set; }
Property Value
Type Description
TemplateElementCollection

The templates.

Extension Methods