Branch.

Branch(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.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Branch

Syntax

public Branch(IEnumerable<IModule> modules)

Parameters

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

Return Value

Type Description
void
GitHub