[]
Returns an enumerable pages collection limited by the specified argument.
IEnumerable<ILayoutPage> PagesLimited(int limit)
| Type | Name | Description |
|---|---|---|
| int | limit | The number of pages to preview. 0 corresponds to no limit. |
| Type | Description |
|---|---|
| IEnumerable<ILayoutPage> | The collection of limited layout pages as an IEnumerable<T>. |