- Namespace
- Statiq
.Common - Containing Type
- Object
To Document Extensions
Syntax
public static IDocument ToDocument<T>(this T obj, in NormalizedPath source, in NormalizedPath destination, IEnumerable<KeyValuePair<string, object>> items, IContentProvider contentProvider = null)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | T | |
| source | NormalizedPath | |
| destination | NormalizedPath | |
| items | IEnumerable |
|
| contentProvider | IContentProvider |
Return Value
| Type | Description |
|---|---|
| IDocument |