SaaS CMS has officially launched! Learn more now.

Class DashboardElement

Inheritance
System.Object
DashboardElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
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

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

Templates

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

Extension Methods