- Namespace
- Statiq
.Common - Containing Type
- I
Document Factory Create Document Extensions
Syntax
public static TDocument CreateDocument<TDocument>(this IDocumentFactory documentFactory, IEnumerable<KeyValuePair<string, object>> items, IContentProvider contentProvider = null)
where TDocument : FactoryDocument, IDocument, new()
Type Parameters
Name | Description |
---|---|
TDocument |
Parameters
Name | Type | Description |
---|---|---|
documentFactory | IDocumentFactory | |
items | IEnumerable |
|
contentProvider | IContentProvider |
Return Value
Type | Description |
---|---|
TDocument |