Summary
Generates new documents with the specified content and metadata.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- Documents
Syntax
public Documents(params Tuple<string, IEnumerable<KeyValuePair<string, Object>>>[] contentAndMetadata)
Parameters
Name | Type | Description |
---|---|---|
contentAndMetadata | Tuple |
The content and metadata for each output document. |
Return Value
Type | Description |
---|---|
void |