ReadDataModule<TModule, TItem>.

WithLimit(int) Method

Summary

Limits the number of created documents.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules
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.
GitHub