Click or drag to resize

Export Class

The parameters used for exporting processing and the resulting exported documents and metadata.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExportsExport

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

The Export type exposes the following members.

Properties
  NameDescription
Public propertyConfig
The configuration properties for the export
Public propertyCreated
The date and time that the export was created
Public propertyDocuments
Provides access to the documents that were exported
Public propertyErrors
Provides access to any errors that were generated during the export processing.
Public propertyException
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.
Public propertyId
The unique identifier for the export
Public propertyLastRun
The date and time that this export was last processed.
Public propertyLawSessionId
The LAW Session associated with this export, if it is an LDE or Turbo Import
Public propertyName
The name of the export.
Public propertyNumErrors
The number of errors that occurred when exporting documents.
Public propertyNumExported
The number of documents that have been successfully exported. This value can be used to determine the progress of the export processing.
Public propertyRunCount
The number of times this export ran
Public propertyState
The current state of the export.
Public propertyTotalDocuments
The total number of documents to process for the export. This value is not calculated until the export processing is started.
Public propertyType
The type of export
Top
See Also