Show / Hide Table of Contents

Class PagingInfo

Information about paging.

Inheritance
object
PagingInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.PersonaBar.Library.Prompt.Models
Assembly: Dnn.PersonaBar.Library.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.7.0. Moved to DotNetNuke.Prompt in the core library project. Scheduled for removal in v11.0.0.")]
public class PagingInfo

Constructors

PagingInfo()

Declaration
public PagingInfo()

Properties

PageNo

Declaration
public int PageNo { get; set; }
Property Value
Type Description
int

PageSize

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int

TotalPages

Declaration
public int TotalPages { get; set; }
Property Value
Type Description
int

Extension Methods

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