Summary
Gets a new document with default initial metadata.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Documents - Containing Type
- Custom
Document Factory <T>
Syntax
public IDocument GetDocument(IExecutionContext context)
Parameters
Name | Type | Description |
---|---|---|
context | IExecutionContext | The current execution context. |
Return Value
Type | Description |
---|---|
IDocument | The new document. |