Summary
Specifies a delegate that should be invoked once for all input documents.
The output from this module will be the input documents.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Extensibility - Containing Type
- Execute
Syntax
public Execute(Action<IExecutionContext> execute)
Parameters
| Name | Type | Description |
|---|---|---|
| execute | Action |
An action to execute. |
Return Value
| Type | Description |
|---|---|
| void |
