AttachmentArchiveRecord Class

Reads (and represents) a attachment, embedded object, or container item record contained in an attachment data archive file (.ada).

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class AttachmentArchiveRecord
Inheritance
Object    AttachmentArchiveRecord

Constructors

AttachmentArchiveRecordInitializes a new instance of the AttachmentArchiveRecord class

Properties

ControlNumber The document's unique DocControlNumber, if it exists, or the DocGuid document GUID ID if not.
Data Attachment's binary data.
FormatId Attachment's file format Id.
Length Length of Data in bytes.
Name Attachment name.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ReadRecord Reads an attachment record from an existing attachment data archive file (.ada).
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also