Click or drag to resize

AttachmentArchiveRecord Class

Reads (and represents) a attachment, embedded object, or container item record contained in an attachment data archive file (.ada).
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveAttachmentArchiveRecord

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

The AttachmentArchiveRecord type exposes the following members.

Constructors
 NameDescription
Public methodAttachmentArchiveRecordInitializes a new instance of the AttachmentArchiveRecord class
Top
Properties
 NameDescription
Public propertyControlNumber The document's unique DocControlNumber, if it exists, or the DocGuid document GUID ID if not.
Public propertyData Attachment's binary data.
Public propertyFormatId Attachment's file format Id.
Public propertyLength Length of Data in bytes.
Public propertyName Attachment name.
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 methodStatic memberReadRecord Reads an attachment record from an existing attachment data archive file (.ada).
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also