Click or drag to resize

ImportSetManager Class

Manager of all the Import Sets in a case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportImportSetManager

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

The ImportSetManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of all the Import Sets in a case
Public methodCode exampleById
Retrieves a specific Import Set in a case using its unique identifier
Public methodCode exampleByLabel
Retrieves a specific import set in a case using its label
Public methodCode exampleGetNewBuilder
Retrieves a new ImportSetBuilder which can be used to describe the sources that need to be imported.
Public methodCode exampleStartImport
Starts the processing to import and analyze any new document sources added to the case
Top
See Also