ConcatBranch.

ConcatBranch(IEnumerable<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(IEnumerable<IModule> modules)

Parameters

Name Type Description
modules IEnumerable<IModule> The modules to execute.

Return Value

Type Description
void
GitHub