Show / Hide Table of Contents

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS