SaaS CMS has officially launched! Learn more now.

Class ShellPlugInArea

Shell plug-in areas

Inheritance
System.Object
ShellPlugInArea
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public class ShellPlugInArea

Constructors

ShellPlugInArea()

Initializes a new instance of the ShellPlugInArea class.

Declaration
protected ShellPlugInArea()

Fields

DashboardDefaultTab

The default tab for the dashboard view.

Declaration
public const string DashboardDefaultTab = "/episerver/shell/dashboard/defaulttab"
Field Value
Type Description
System.String

DashboardRoot

The root node for the dashboard. Use this node to plug in new tabs.

Declaration
public const string DashboardRoot = "/episerver/shell/dashboard"
Field Value
Type Description
System.String

Extension Methods