Click or drag to resize

IImportSetBuilder.Sources Method (Int32)

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

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
IReadOnlyList<ISource> Sources(
	int custodianId
)

Parameters

custodianId
Type: System.Int32
The identifier of the custodian of the sources

Return Value

Type: IReadOnlyList<ISource>
A read-only list of the ISources involved with this Import Set
See Also