Attachment Archive Record 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)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class AttachmentArchiveRecord- Inheritance
- Object AttachmentArchiveRecord
Constructors
| AttachmentArchiveRecord | Initializes 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ReadRecord | Reads an attachment record from an existing attachment data archive file (.ada). |
| ToString | Returns a string that represents the current object. (Inherited from Object) |