| Pager Constructor |
Initializes a new instance of the
Pager class.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public Pager(
int recordsCount,
int recordsPerPage,
int currentPage,
string pagingType,
int startIndex
)
Public Sub New (
recordsCount As Integer,
recordsPerPage As Integer,
currentPage As Integer,
pagingType As String,
startIndex As Integer
)
Parameters
- recordsCount
- Type: SystemInt32
The records count. - recordsPerPage
- Type: SystemInt32
The records per page. - currentPage
- Type: SystemInt32
The current page. - pagingType
- Type: SystemString
Type of the paging. - startIndex
- Type: SystemInt32
The start index.
See Also