CreateFromStream
Leave feedback
On this page
Creates a document from a stream.
public static Document CreateFromStream(string documentKey, DateTime modificationDate,
string extension, Stream stream)
| Parameter | Type | Description |
|---|---|---|
| documentKey | String | The document key. |
| modificationDate | DateTime | The document modification date. |
| extension | String | The document extension. The extension must start with the period character ‘.’. |
| stream | Stream | The document stream. |
The created document.
- class Document
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.