Click or drag to resize

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
)

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