CreateLazy
Document.CreateLazy method
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. |
Return Value
The created document.
See Also
- enum DocumentSourceKind
- interface IDocumentLoader
- class Document
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search