IDocument Store ExtractorGet Next Document 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)
Native document format as byte array in a ChildDocument or returns null when there are no more documents in document store.
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
ChildDocument GetNextDocument()Return Value
ChildDocumentNative document format as byte array in a ChildDocument or returns null when there are no more documents in document store.