Show / Hide Table of Contents

Class PagePriority

Inheritance
object
PagePriority
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNetNuke.Abstractions.Pages
Assembly: DotNetNuke.Abstractions.dll
Syntax
public static class PagePriority

Fields

Default

Declaration
public const int Default = 100
Field Value
Type Description
int

Module

Declaration
public const int Module = 200
Field Value
Type Description
int

Page

Declaration
public const int Page = 20
Field Value
Type Description
int

Site

Declaration
public const int Site = 10
Field Value
Type Description
int
Back to top by the community, for the community... #DNNCMS