Class EPiServerShellSection
Inheritance
System.Object
EPiServerShellSection
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
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
Instance
Declaration
public static EPiServerShellSection Instance { get; }
Property Value
Navigation
Declaration
public MenuItemCollection Navigation { get; set; }
Property Value
ProtectedModules
Declaration
public ModulesElementCollection ProtectedModules { get; set; }
Property Value
PublicModules
Declaration
public ModulesElementCollection PublicModules { get; set; }
Property Value
UserInterface
Declaration
public UserInterfaceElement UserInterface { get; set; }
Property Value
ViewManager
Declaration
public ViewManagerElement ViewManager { get; set; }
Property Value
Methods
GetSection()
Declaration
public static EPiServerShellSection GetSection()
Returns
Extension Methods