November Happy Hour will be moved to Thursday December 5th.

Class MenuPaths

Known base paths in EPiServer.Shell

Inheritance
System.Object
MenuPaths
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.Navigation
Assembly: EPiServer.Shell.dll
Version: 9.12.2
Syntax
public static class MenuPaths

Fields

Global

Top menu path, /global

Declaration
public const string Global = "/global"
Field Value
Type Description
System.String

Help

Help menu path, /global/help

Declaration
public const string Help = "/global/help"
Field Value
Type Description
System.String

User

User menu path, /global/user

Declaration
public const string User = "/global/user"
Field Value
Type Description
System.String

UserSettings

User settings menu path, /global/user/settings

Declaration
public const string UserSettings = "/global/user/settings"
Field Value
Type Description
System.String