Click or drag to resize

SourceManager Class

Manager of all interactions for the document sources of a case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportSourceManager

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

The SourceManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddFiles Obsolete.
Adds a selection of files as one or more sources to import.
Public methodCode exampleAddFolder Obsolete.
Adds a folder as a source to import.
Public methodCode exampleAll
Retrieves the list of Sources for a case
Public methodCode exampleByCustodian
Retrieves the list of Sources for a particular custodian
Public methodCode exampleById
Retrieves a Source by its unique identifier
Public methodCode exampleByImportSet
Retrieves the list of Sources for an ImportSet
Public methodCode exampleByName
Retrieves a Source by its name
Public methodCode exampleDelete
Deletes one or more sources from Early Data Analyzer
Caution note Caution
When deleting a source, the documents and metadata associated with that source will also be deleted.
Top
See Also