London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DashboardElement

Defines a dashboard section in EPiServerShellSection

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