Click or drag to resize

IDocumentStoreExtractorGetNextDocument Method

Gets the next document as a ChildDocument where the document's contents are contained in the DocumentBytes property of the returned ChildDocument.

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
ChildDocument GetNextDocument()

Return Value

ChildDocument
Native document format as byte array in a ChildDocument or returns null when there are no more documents in document store.
See Also