Class DashboardElement
Defines a dashboard section in EPiServerShellSection
Inheritance
System.Object
DashboardElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 9.12.2Syntax
[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. |