Click or drag to resize

ImportSessionManager Class

Note: This API is now obsolete.

Manager of all the import sessions in a case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportImportSessionManager

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
[ObsoleteAttribute]
public class ImportSessionManager

The ImportSessionManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of all the import sessions in a case
Public methodCode exampleById
Retrieves a specific import session in a case using its unique identifier
Public methodCode exampleByLabel
Retrieves a specific import session in a case using its label
Public methodCode exampleCreate
Creates a new import session
Public methodCode exampleStartImport
Starts the processing to import and analyze any new document sources added to the case
Public methodStartSession
Start the end-to-end processing for Turbo Import
Top
See Also