Join.

Execute(IReadOnlyList<IDocument>, IExecutionContext) Method

Summary

Returns a single document containing the concatenated content of all input documents with an optional delimiter and configurable metadata options
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Join

Syntax

public IEnumerable<IDocument> Execute(IReadOnlyList<IDocument> inputs, IExecutionContext context)

Parameters

Name Type Description
inputs IReadOnlyList<IDocument> The input documents to this module.
context IExecutionContext The execution context that can be used to access information about the environment and engine services.

Return Value

Type Description
IEnumerable<IDocument> A single document in a list
GitHub