Click or drag to resize

IImportSetBuilder Interface

A set of sources, with their respective custodians, that will be imported together.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public interface IImportSetBuilder

The IImportSetBuilder type exposes the following members.

Properties
  NameDescription
Public propertyImportSetLabel
A label applied to the set of sources being imported.
Public propertyIsCommitted
Identifies whether the Import Set has been submitted or not
Top
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