Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class PagingInfo

Inheritance
System.Object
PagingInfo
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class PagingInfo : Object

Constructors

PagingInfo()

Declaration
public PagingInfo()

Properties

RowsPerPage

Declaration
public int RowsPerPage { get; set; }
Property Value
Type Description
System.Int32

SearchInput

Declaration
public string SearchInput { get; set; }
Property Value
Type Description
System.String

StartRow

Declaration
public int StartRow { get; set; }
Property Value
Type Description
System.Int32

TotalRowCount

Declaration
public int TotalRowCount { get; set; }
Property Value
Type Description
System.Int32