London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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