Click or drag to resize

DocumentDataArchiveCreator Methods

The DocumentDataArchiveCreator type exposes the following members.

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