CreateLazy
Leave feedback
On this page
Creates a lazy-loaded document.
public static Document CreateLazy(DocumentSourceKind documentSourceKind, string documentKey,
IDocumentLoader documentLoader)
| Parameter | Type | Description |
|---|---|---|
| documentSourceKind | DocumentSourceKind | The document source kind. This value must match the kind of the loaded document. |
| documentKey | String | The document key. This value must match the key of the loaded document. |
| documentLoader | IDocumentLoader | The document loader. |
The created document.
- enum DocumentSourceKind
- interface IDocumentLoader
- 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.