Documents.

Documents(Tuple<string, IEnumerable<KeyValuePair<string, Object>>>[]) Constructor

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<string, IEnumerable<KeyValuePair<string, Object>>>[] The content and metadata for each output document.

Return Value

Type Description
void
GitHub