Gets the output documents given the input documents and the output documents from the execution of child modules.
- Namespace
- Statiq
.Common - Containing Type
- Sync
Child Documents Module - Overridden
- ExecuteChildrenAsync
(IExecutionContext, ImmutableArray <IDocument> )
Syntax
protected override sealed 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. |