|  | IImportSetBuilder Interface | 
Namespace: EdaIntegrationContract.Import
 Syntax
Syntaxpublic interface IImportSetBuilder
The IImportSetBuilder type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ImportSetLabel | 
                A label applied to the set of sources being imported.
             | 
|  | IsCommitted | 
                Identifies whether the Import Set has been submitted or not
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddCustodian(Int32) | 
            Adds an existing custodian to the import set
             | 
|  | AddCustodian(String) | 
            Adds a custodian without sources to the import set. If a custodian with the provided
            name already exists then that custodian is returned.
             | 
|  | AddSources(ListString, ICustodian) | 
                Adds a list of files or folders to the Import Set.
             | 
|  | AddSources(ListString, Boolean) | 
                Adds a list of files or folders to the Import Set.
             | 
|  | Custodians | 
                The custodians that have data in the Import Set
             | 
|  | RemoveCustodian | 
                Removes the custodian and all of its sources from the Import Set
             | 
|  | RemoveSources | 
                Removes sources from the Import Set. If the source being removed is the
                last source for new custodian then the custodian will also be removed.
             | 
|  | Sources | 
                The sources to be included for the provided custodian when the Import Set is committed.
             | 
|  | Sources(Int32) | 
                The sources to be included for the provided custodian when the Import Set is committed.
             | 
|  | Sources(ICustodian) | 
                The sources to be included for the provided custodian when the Import Set is committed.
             | 
|  | UpdateCustodianName | 
                Change the name of a custodian associated with the Import Set
             | 
 See Also
See Also