SaaS CMS has officially launched! Learn more now.

Class EPiServerShellSection

Inheritance
System.Object
EPiServerShellSection
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class EPiServerShellSection : ConfigurationSection

Constructors

EPiServerShellSection()

Declaration
public EPiServerShellSection()

Properties

ClientResources

Declaration
[Obsolete("Client resource configuration element is moved to EPiServer.Framework.Configuration.EPiServerFrameworkSection section.")]
public ClientResourcesElement ClientResources { get; set; }
Property Value
Type Description
ClientResourcesElement

ConfigurationInstance

Declaration
[Obsolete("Use ConfigurationSource.Instance = new FileConfigurationSource(value) to replace global configuration or use GlobalConfigurationManager to Load and Save configuration files")]
public static Configuration ConfigurationInstance { get; set; }
Property Value
Type Description
System.Configuration.Configuration

Dashboard

Declaration
[Obsolete("The EPiServer 6 Dashboard configuration element has been replaced with the ViewManager element.")]
public DashboardElement Dashboard { get; set; }
Property Value
Type Description
DashboardElement

Instance

Declaration
public static EPiServerShellSection Instance { get; }
Property Value
Type Description
EPiServerShellSection

Navigation

Declaration
public MenuItemCollection Navigation { get; set; }
Property Value
Type Description
MenuItemCollection

ProtectedModules

Declaration
public ModulesElementCollection ProtectedModules { get; set; }
Property Value
Type Description
ModulesElementCollection

PublicModules

Declaration
public ModulesElementCollection PublicModules { get; set; }
Property Value
Type Description
ModulesElementCollection

UserInterface

Declaration
public UserInterfaceElement UserInterface { get; set; }
Property Value
Type Description
UserInterfaceElement

ViewManager

Declaration
public ViewManagerElement ViewManager { get; set; }
Property Value
Type Description
ViewManagerElement

Methods

GetSection()

Declaration
public static EPiServerShellSection GetSection()
Returns
Type Description
EPiServerShellSection

Extension Methods