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

Syntax

public MergeMetadata Reverse(bool reverse = true)

Parameters

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

Return Value

Type Description
MergeMetadata The current module instance.