Summary
Gets a new document with default initial metadata.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Documents - Containing Type
- IDocumentFactory
Syntax
IDocument GetDocument(IExecutionContext context)
Parameters
Name | Type | Description |
---|---|---|
context | IExecutionContext | The current execution context. |
Return Value
Type | Description |
---|---|
IDocument | The new document. |