Summary
Skips a specified number of pages before outputting pages.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- Paginate
Syntax
public Paginate SkipPages(int count)
Parameters
| Name | Type | Description |
|---|---|---|
| count | int | The number of pages to skip. |
Return Value
| Type | Description |
|---|---|
| Paginate | The current module instance. |
