- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Documents - Containing Type
- Custom
Document Factory <T>
Syntax
public IDocument GetDocument(IExecutionContext context, IDocument sourceDocument, string content, IEnumerable<KeyValuePair<string, Object>> items = null)
Parameters
Name | Type | Description |
---|---|---|
context | IExecutionContext | |
sourceDocument | IDocument | |
content | string | |
items | IEnumerable |
Return Value
Type | Description |
---|---|
IDocument |