Merge.

Merge(IModule[]) Constructor

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(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The modules to execute.

Return Value

Type Description
void
GitHub