Click or drag to resize

AttachmentDataArchiveCreator Constructor

Constructor.

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public AttachmentDataArchiveCreator(
	string attachmentDataArchiveRootPath,
	DocumentTaskSettings taskSettings,
	int attachmentDataArchiveUniqueThreadId
)

Parameters

attachmentDataArchiveRootPath  String
An existing directory path to write attachment data archive (.ada). Path only, no file name.
taskSettings  DocumentTaskSettings
A DocumentTaskSettings instance. Properties CollectionId and TaskId should be set on the instance at minimum.
attachmentDataArchiveUniqueThreadId  Int32
Unique thread ID to be added to attachment data archive naming pattern (AttachmentArchiveFilenameFormat). If multi-threaded, create an instance of TextDataArchiveCreator per thread and make this constructor argument a unique vale for each thread.
See Also