Summary
Specifies that the whole sequence of modules should be executed for every input document
(as opposed to the default behavior of the sequence of modules only being executed once
with an empty initial document). This method has no effect if no modules are specified.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Meta
Syntax
public Meta ForEachDocument(bool forEachDocument = true)
Parameters
Name | Type | Description |
---|---|---|
forEachDocument | bool | true to execute for every input document. |
Return Value
Type | Description |
---|---|
Meta | The current module instance. |