Click or drag to resize

ImportSetBuilder Methods

The ImportSetBuilder type exposes the following members.

Methods
  NameDescription
Public methodAddSources(ListString, Custodian)
Adds a list of files or folders to the Import Set.
Public methodAddSources(ListString, Boolean)
Adds a list of files or folders to the Import Set.
Public methodCustodians
The custodians that have data in the Import Set
Public methodRemoveCustodian
Removes the custodian and all of its sources from the Import Set
Public methodRemoveSources
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.
Public methodSources
The sources to be included for the provided custodian when the Import Set is committed.
Public methodSources(Int32)
The sources to be included for the provided custodian when the Import Set is committed.
Public methodSources(Custodian)
The sources to be included for the provided custodian when the Import Set is committed.
Top
See Also