Append.

Append(IModule[]) Constructor

Summary

The specified modules are executed against an empty initial document and the results are appended to the content of every input document (possibly creating more than one output document for each input document).
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Append

Syntax

public Append(params IModule[] modules)

Parameters

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

Return Value

Type Description
void
GitHub