Concatenates multiple documents together to form a single document with a specified delimiter using the specified meta data mode.
- Namespace
- Statiq
.Core - Containing Type
- JoinDocuments
Syntax
public JoinDocuments(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. |