Click or drag to resize

ExportManager Class

Manages the Exports associated with a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExportsExportManager

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class ExportManager

The ExportManager 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 (e.g., when case was suspended)
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