Documents.

Documents(int) Constructor

Summary

Generates a specified number of new empty documents.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Documents

Syntax

public Documents(int count)

Parameters

Name Type Description
count int The number of new documents to output.

Return Value

Type Description
void
GitHub