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.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
SyntaxChildDocument GetNextDocument()
Return Value
ChildDocumentNative document format as byte array in a
ChildDocument or returns null when
there are no more documents in document store.
See Also