ConcatBranch.

ConcatBranch(IModule[]) Constructor

Summary

Evaluates the specified modules with each input document as the initial document and then outputs the original input documents without modification concatenated with the result documents from the specified modules.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
ConcatBranch

Syntax

public ConcatBranch(params IModule[] modules)

Parameters

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

Return Value

Type Description
void
GitHub