Gets the output documents given the input documents and the output documents from the execution of child modules.
- Namespace
- Statiq
.Common - Containing Type
- ChildDocumentsModule
Syntax
protected abstract Task<IEnumerable<IDocument>> ExecuteChildrenAsync(IExecutionContext context, ImmutableArray<IDocument> childOutputs)
Parameters
| Name | Type | Description |
|---|---|---|
| context | IExecutionContext | The execution context. |
| childOutputs | ImmutableArray |
The output documents from the child modules. |
Return Value
| Type | Description |
|---|---|
| Task |
The output documents of this module. |