Export Class |
Namespace: Law.EdaIntegration.Exports
public class Export
The Export type exposes the following members.
Name | Description | |
---|---|---|
Config |
The configuration properties for the export
| |
Created |
The date and time that the export was created
| |
Documents |
Provides access to the documents that were exported
| |
Errors |
Provides access to any errors that were generated during the export
processing.
| |
Exception |
An exception that was thrown during the processing of the export which prevented the processing
from completing successfully. If no exception occurred then this value will be Null.
| |
Id |
The unique identifier for the export
| |
LastRun |
The date and time that this export was last processed.
| |
LawSessionId |
The LAW Session associated with this export, if it is
an LDE or Turbo Import
| |
Name |
The name of the export.
| |
NumErrors |
The number of errors that occurred when exporting documents.
| |
NumExported |
The number of documents that have been successfully exported. This value can be used to determine
the progress of the export processing.
| |
RunCount |
The number of times this export ran
| |
State |
The current state of the export.
| |
TotalDocuments |
The total number of documents to process for the export. This value is not calculated until the
export processing is started.
| |
Type |
The type of export
|