Click or drag to resize

ArchiveReadError Class

Represents document data archive (.dda) read error information
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveArchiveReadError

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public class ArchiveReadError

The ArchiveReadError type exposes the following members.

Constructors
 NameDescription
Public methodArchiveReadErrorInitializes a new instance of the ArchiveReadError class
Top
Properties
 NameDescription
Public propertyDocGuid The DocGuid of the document with an error.
Public propertyDocId The DocId of the document with an error.
Public propertyError The associated error message.
Public propertyParentDocGuid The ParentDocGuid of the document with an error.
Public propertyParentId The ParentId of the document with an error.
Public propertyResult The Result of the document with an error.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also