Click or drag to resize

DocumentDataArchiveCreator Class

Creates a new document data archive (.dda) file.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Platform.ArchiveDocumentDataArchiveCreator

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
public class DocumentDataArchiveCreator

The DocumentDataArchiveCreator type exposes the following members.

Constructors
 NameDescription
Public methodDocumentDataArchiveCreatorInitializes a new instance of the DocumentDataArchiveCreator class
Top
Methods
 NameDescription
Public methodStatic memberCreate

Creates a document data archive (.dda) file using a supplied DocumentTaskSettings object that defines the processing collection (CollectionId), the collection's associated task (TaskId), and the document data to store (Documents). The Documents list must be a flat list of documents to save that have no child documents (i.e., ChildDocuments.Count is 0 for each document).

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)
Top
See Also