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(params IModule[] modules)
Parameters
| Name | Type | Description |
|---|---|---|
| modules | IModule[] | The modules to execute. |
Return Value
| Type | Description |
|---|---|
| void |
