SaaS CMS has officially launched! Learn more now.

Class SortIndex

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: 11.20.7
Syntax
public static class SortIndex

Fields

Early

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

First

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

Last

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

Late

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

Normal

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