Click or drag to resize

IExportDocumentManager Interface

Manages access to documents exported from a Case

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IExportDocumentManager

The IExportDocumentManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves all documents for an export
Public methodCode exampleMarkAsNotReceived(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)
Public methodCode exampleMarkAsNotReceived(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)
Public methodCode exampleMarkAsReceived(IEnumerableInt32)
Marks the documents as having been received/processed
Public methodCode exampleMarkAsReceived(Int32)
Marks the document as having been received/processed
Top
See Also