Join.

Join(string, JoinedMetadata) Constructor

Summary

Concatenates multiple documents together to form a single document with a specified delimiter using the specified meta data mode
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Contents
Containing Type
Join

Syntax

public Join(string delimiter, JoinedMetadata metaDataMode = DefaultOnly)

Parameters

Name Type Description
delimiter string The string to use as a separator between documents
metaDataMode JoinedMetadata The specified metadata mode

Return Value

Type Description
void
GitHub