Creates new documents with the specified content and metadata.
- Namespace
- Statiq
.Core - Containing Type
- CreateDocuments
Syntax
public CreateDocuments(params Tuple<string, IEnumerable<KeyValuePair<string, object>>>[] contentAndMetadata)
Parameters
Name | Type | Description |
---|---|---|
contentAndMetadata | Tuple |
The content and metadata for each output document. |