DocumentTaskEngineProcessedDocuments Property |
If task is currently running, returns null. If task has finished running this property returns
the input document hierarchy, that is extracted children documents (embedded, attachments, and container items)
are populated (if any) in
ChildDocuments.
Namespace: OpenDiscoverSDK.PlatformAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic List<Document> ProcessedDocuments { get; }Property Value
ListDocument
See Also