Only outputs a specific number of pages.
- Namespace
- Statiq
.Core - Containing Type
- PaginateDocuments
Syntax
public PaginateDocuments TakePages(int count)
Parameters
| Name | Type | Description |
|---|---|---|
| count | int | The number of pages to output. |
Return Value
| Type | Description |
|---|---|
| PaginateDocuments | The current module instance. |