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
Syntax
protected abstract IEnumerable<IDocument> ExecuteChildren(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 |
|---|---|
| IEnumerable |
The output documents of this module. |