ExportDocumentManager Class |
Namespace: Law.EdaIntegration.Exports
public class ExportDocumentManager
The ExportDocumentManager type exposes the following members.
Name | Description | |
---|---|---|
All |
Retrieves all documents for an export
| |
MarkAsNotReceived(IEnumerableInt32) |
Clears the received/processed state for a set of documents within an export. After calling this,
the documents will appear again in the list returned from All(Boolean) | |
MarkAsNotReceived(Int32) |
Clears the received/processed state for a document within an export. After calling this,
the document will appear again in the list returned from All(Boolean) | |
MarkAsReceived(IEnumerableInt32) |
Marks the documents as having been received/processed
| |
MarkAsReceived(Int32) |
Marks the document as having been received/processed
|