ExecuteChildrenAsync(IExecutionContext, ImmutableArray<IDocument>) Method
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<IDocument> The output documents from the child modules.

Return Value

Type Description
Task<IEnumerable<IDocument>> The output documents of this module.