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