Click or drag to resize

IImportSetBuilderAddCustodian Method (Int32)

Adds an existing custodian to the import set

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
ICustodian AddCustodian(
	int custodianId
)

Parameters

custodianId
Type: SystemInt32
The identifier of the custodian

Return Value

Type: ICustodian
The ICustodian that was just added to the import set
See Also