Reverse(bool) Method
The default behavior of this module is to clone each input document with the content and metadata from each result document. This method reverses that logic by cloning each result document with the content and metadata from each input document.
Namespace
Statiq.Core
Containing Type
MergeDocuments

Syntax

public MergeDocuments Reverse(bool reverse = true)

Parameters

Name Type Description
reverse bool true to reverse the merge direction, false otherwise.

Return Value

Type Description
MergeDocuments The current module instance.