Click or drag to resize

IExportManager Interface

Manages the Exports associated with a case.

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

The IExportManager type exposes the following members.

Properties
  NameDescription
Public propertyActiveExport
Retrieve active export in the case
Public propertyProperties
Provides access to the Export properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of Exports for a case.
Public methodCode exampleById
Retrieves an export using its unique identifier.
Public methodCode exampleByName
Retrieves an export using its name
Public methodCode exampleCreate
Creates a new export for a case and set it as the active export
Public methodCode exampleDelete
Delete an export.
Public methodResume
Resume an export if it was cancelled
Public methodCode exampleStart
Starts the processing to export the designated documents
Public methodCode exampleUpdate
Updates the properties for an export
Public methodCode exampleUpdateProperties
Saves the export properties to the case.
Top
See Also