IDocumentStoreExtractorGetNextDocument Method

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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