Click or drag to resize

DocumentDataArchiveReaderHasReadErrors Property

True if there were errors reading the document data archive (.dda).

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

Property Value

Boolean
Remarks
See property ReadErrors for error information.
See Also