Table of Contents

Class UIPageOrder

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

UIPage order constants.

public static class UIPageOrder
Inheritance
object
UIPageOrder

Fields

First

The order value for first page.

public const int First = 100

Field Value

int

NoOrder

Indicates that pages isn't used in navigation and doesn't use order.

public const int NoOrder = 2147473647

Field Value

int
See Also