Summary
Executes the specified modules with the specified input documents and returns the result documents.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IExecutionContext
Syntax
IReadOnlyList<IDocument> Execute(IEnumerable<IModule> modules, IEnumerable<IDocument> inputs)
Parameters
Return Value
Type | Description |
---|---|
IReadOnlyList |
The result documents from the executed modules. |