- Namespace
- Statiq
.Common - Containing Type
- I
Execution Context Create Document From Stream Extensions
Syntax
public static IDocument CreateDocument(this IExecutionContext context, in NormalizedPath source, in NormalizedPath destination, Stream stream, string mediaType = null)
Parameters
| Name | Type | Description |
|---|---|---|
| context | IExecutionContext | |
| source | NormalizedPath | |
| destination | NormalizedPath | |
| stream | Stream | |
| mediaType | string |
Return Value
| Type | Description |
|---|---|
| IDocument |