Interface IPagingInfo
Namespace: DotNetNuke.Abstractions.Prompt
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPagingInfo
Properties
PageNo
Declaration
int PageNo { get; set; }
Property Value
Type | Description |
---|---|
int |
PageSize
Declaration
int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalPages
Declaration
int TotalPages { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalRecords
Declaration
int TotalRecords { get; set; }
Property Value
Type | Description |
---|---|
int |