- Namespace
- Statiq
.Common - Containing Type
- I
Execution Context Create Document From String Extensions
Syntax
public static IDocument CloneOrCreateDocument(this IExecutionContext context, IDocument document, NormalizedPath destination, IEnumerable<KeyValuePair<string, object>> items, string content, string mediaType = null)
Parameters
Name | Type | Description |
---|---|---|
context | IExecutionContext | |
document | IDocument | |
destination | NormalizedPath | |
items | IEnumerable |
|
content | string | |
mediaType | string |
Return Value
Type | Description |
---|---|
IDocument |