Click or drag to resize

AttachmentDataArchiveCreator Class

Helper class to create attachment data archive(s) (.ada).
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Platform.ArchiveAttachmentDataArchiveCreator

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

The AttachmentDataArchiveCreator type exposes the following members.

Constructors
 NameDescription
Public methodAttachmentDataArchiveCreator Constructor.
Top
Methods
 NameDescription
Public methodClose Permanently closes the AttachmentDataArchiveCreator instance for writing.
Public methodDispose Dispose.
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)
Public methodWriteRecord Writes the Document child native file record to a attachment data archive (.ada). This method expects that DocumentBytes to be non-null, if not, no record will be written to the .ada file.
Top
Remarks
This class is not thread safe. If multi-threaded, create an instance per thread and make constructor argument 'attachmentDataArchiveUniqueThreadId' a unique value for each thread.
See Also