Click or drag to resize

IImportSetBuilderAddCustodian Method (String)

Adds a custodian without sources to the import set. If a custodian with the provided name already exists then that custodian is returned.

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

Parameters

custodianName
Type: SystemString
The name of the custodian to add

Return Value

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