Summary
The specified modules are executed against an empty initial document and the results
are applied to every input document (possibly creating more than one output
document for each input document).
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- Merge
Syntax
public Merge(IEnumerable<IModule> modules)
Parameters
Name | Type | Description |
---|---|---|
modules | IEnumerable |
The modules to execute. |
Return Value
Type | Description |
---|---|
void |