Class PageInfo
The PageInfo class represents the criteria necessary to identify a subset of some larger result set.
Inheritance
System.Object
PageInfo
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.Social.Common
Assembly: EPiServer.Social.Common.dll
Version: 1.5.4Syntax
public class PageInfo
Constructors
PageInfo()
Contructor
Declaration
public PageInfo()
Properties
CalculateTotalCount
Gets or sets whether the total count will be returned in the result page.
Declaration
public bool CalculateTotalCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PageOffset
Gets or sets the record offset (zero-based) from which to begin retrieving the items that will comprise a page.
Declaration
public int PageOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PageSize
Gets or sets the number of items per page
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |