 | IImportSetBuilder.Sources Method (Int32) |
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
SyntaxIReadOnlyList<Source> Sources(
int custodianId
)
Parameters
- custodianId
- Type: System.Int32
The identifier of the custodian of the sources
Return Value
Type:
IReadOnlyList<Source>A read-only list of the
Sources involved with this Import Set
See Also