Limits the number of created documents.
- Namespace
- Statiq
.Common - Containing Type
- ReadDataModule
<TModule, TItem>
Syntax
public TModule WithLimit(int limit)
Parameters
Name | Type | Description |
---|---|---|
limit | int | The number of objects to create documents from. |
Return Value
Type | Description |
---|---|
TModule | The current module instance. |