Partitions the result of the input documents into the specified number of pages.
- Namespace
- Statiq
.Core - Containing Type
- PaginateDocuments
Syntax
public PaginateDocuments(int pageSize)
Parameters
Name | Type | Description |
---|---|---|
pageSize | int | The number of documents on each page. |