Documents.

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

Summary

Generates new documents with the specified metadata.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Documents

Syntax

public Documents(params IEnumerable<KeyValuePair<string, Object>>[] metadata)

Parameters

Name Type Description
metadata IEnumerable<KeyValuePair<string, Object>>[] The metadata for each output document.

Return Value

Type Description
void
GitHub