Summary
Executes the specified modules with an empty initial input document with optional additional metadata and returns the result documents.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- IExecutionContext
Syntax
IReadOnlyList<IDocument> Execute(IEnumerable<IModule> modules, IEnumerable<MetadataItem> metadata)
Parameters
Name | Type | Description |
---|---|---|
modules | IEnumerable |
The modules to execute. |
metadata | IEnumerable |
The metadata to use. |
Return Value
Type | Description |
---|---|
IReadOnlyList |
The result documents from the executed modules. |