Class Pageable<T>

Inheritance
System.Object
Pageable<T>
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 Pageable<T>
Type Parameters
Name Description
T

Constructors

Pageable()

Declaration
public Pageable()

Properties

Items

Declaration
public IEnumerable<T> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T>

Pages

Declaration
public Pager Pages { get; set; }
Property Value
Type Description
Pager

Extension Methods