Click or drag to resize

ISourceManager Interface

Manager of all interactions for the document sources of a case

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ISourceManager

The ISourceManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of Sources for a case
Public methodAllSourceInfos
Returns a list of sourceinfo objects, can be used for informational display of sources
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
Caution note Caution
When deleting a source, the documents and metadata associated with that source will also be deleted.
Public methodQueueForDelete
Queue one or more sources for deletion
Caution note Caution
When deleting a source, the documents and metadata associated with that source will also be deleted.
Top
See Also