Skips a specified number of pages before outputting pages.
- Namespace
- Statiq
.Core - Containing Type
- PaginateDocuments
Syntax
public PaginateDocuments SkipPages(int count)
Parameters
Name | Type | Description |
---|---|---|
count | int | The number of pages to skip. |
Return Value
Type | Description |
---|---|
PaginateDocuments | The current module instance. |