|  | ISourceManager Interface | 
Namespace: EdaIntegrationContract.Import
 Syntax
Syntaxpublic interface ISourceManager
The ISourceManager type exposes the following members.
 Methods
Methods| Name | Description | |||
|---|---|---|---|---|
|   | All | 
                Retrieves the list of Sources for a case
             | ||
|  | AllSourceInfos | 
            Returns a list of sourceinfo objects, can be used for informational display of sources
             | ||
|   | ByCustodian | 
                Retrieves the list of Sources for a particular custodian
             | ||
|   | ById | 
                Retrieves a Source by its unique identifier
             | ||
|   | ByImportSet | 
                 Retrieves the list of Sources for an ImportSet
              | ||
|   | ByName | 
                Retrieves a Source by its name
             | ||
|   | Delete | 
                Deletes one or more sources
                 
 | ||
|  | QueueForDelete | 
                Queue one or more sources for deletion
                 
 | 
 See Also
See Also