Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SortIndex

Helps in ordering menu items by providing a standard set of menu positions.

Inheritance
System.Object
SortIndex
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: 7.19.2
Syntax
public static class SortIndex

Fields

Early

Approximate index for a early position in the menu [-100].

Declaration
public const int Early = -100
Field Value
Type Description
System.Int32

First

Approximate index for the first position in the menu [-1000].

Declaration
public const int First = -1000
Field Value
Type Description
System.Int32

Last

Approximate index for the last position in the menu [1000].

Declaration
public const int Last = 1000
Field Value
Type Description
System.Int32

Late

Approximate index for a late position in the menu [100].

Declaration
public const int Late = 100
Field Value
Type Description
System.Int32

Normal

Approximate index for a normal position in the menu [0].

Declaration
public const int Normal = 0
Field Value
Type Description
System.Int32