Click or drag to resize

ImportSetBuilderSources Method

The sources to be included for the provided custodian when the Import Set is committed.

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public IReadOnlyList<Source> Sources()

Return Value

Type: IReadOnlyListSource
A read-only list of the Sources involved with this Import Set

Implements

IImportSetBuilderSources
See Also