Merge.

ForEachDocument() Method

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.Control
Containing Type
Merge

Syntax

public Merge ForEachDocument()

Return Value

Type Description
Merge The current module instance.
GitHub