Click or drag to resize

ArchiveReadErrorDocId Property

The DocId of the document with an error.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public string DocId { get; set; }

Property Value

String
Remarks
Can be null or empty string if the error wasn't associated with a document.
See Also