This should not be called directly, instead call
IExecutionContext.Execute() if you need to execute a module from within another module.
- Namespace
- Statiq
.Common - Containing Type
- Module
- Implements
Syntax
public Task<IEnumerable<IDocument>> ExecuteAsync(IExecutionContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | IExecutionContext | The execution context that includes input documents, information about the environment, and engine services. |
Return Value
| Type | Description |
|---|---|
| Task |
A set of result documents (possibly the same as the input documents). |