Interface IPagedList<T>
Assembly: DotNetNuke.dll
Syntax
public interface IPagedList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
Properties
HasNextPage
Declaration
bool HasNextPage { get; }
Property Value
HasPreviousPage
Declaration
bool HasPreviousPage { get; }
Property Value
IsFirstPage
Declaration
bool IsFirstPage { get; }
Property Value
IsLastPage
Declaration
Property Value
PageCount
Declaration
int PageCount { get; set; }
Property Value
PageIndex
Declaration
int PageIndex { get; set; }
Property Value
PageSize
Declaration
int PageSize { get; set; }
Property Value
TotalCount
Declaration
int TotalCount { get; set; }
Property Value
Extension Methods