The default behavior of this module is to clone each input document with the content
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
- MergeContent
Syntax
public MergeContent Reverse(bool reverse = true)
Parameters
Name | Type | Description |
---|---|---|
reverse | bool | true to reverse the merge direction, false otherwise. |
Return Value
Type | Description |
---|---|
MergeContent | The current module instance. |