Class PagerPosition

Inheritance
System.Object
PagerPosition
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.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class PagerPosition

Constructors

PagerPosition(Int32, String, Boolean)

Declaration
public PagerPosition(int index, string name, bool isCurrent)
Parameters
Type Name Description
System.Int32 index
System.String name
System.Boolean isCurrent

Properties

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

IsCurrent

Declaration
public bool IsCurrent { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Extension Methods