ExecuteChildren(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
SyncChildDocumentsModule

Syntax

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