Document |
public class DocumentDataArchiveCreator
The DocumentDataArchiveCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentDataArchiveCreator | Initializes a new instance of the DocumentDataArchiveCreator class |
| Name | Description | |
|---|---|---|
| Create | 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). | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |