|  | IImportSetBuilder Methods | 
The IImportSetBuilder type exposes the following members.
 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, Custodian) | 
                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(Custodian) | 
                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