ExportManager Class |
Namespace: Law.EdaIntegration.Exports
public class ExportManager
The ExportManager type exposes the following members.
Name | Description | |
---|---|---|
ActiveExport |
Retrieve active export in the case
| |
Properties |
Provides access to the Export properties for this case.
|
Name | Description | |
---|---|---|
All |
Retrieves the list of Exports for a case.
| |
ById |
Retrieves an export using its unique identifier.
| |
ByName |
Retrieves an export using its name
| |
Create |
Creates a new export for a case and set it as the active export
| |
Delete |
Delete an export.
| |
Resume |
Resume an export if it was cancelled (e.g., when case was suspended)
| |
Start |
Starts the processing to export the designated documents
| |
Update |
Updates the properties for an export
| |
UpdateProperties |
Saves the export properties to the case.
|