| IImportSetBuilderUpdateCustodianName Method |
Change the name of a custodian associated with the Import Set
Namespace:
EdaIntegrationContract.Import
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax ICustodian UpdateCustodianName(
int custodianId,
string newCustodianName
)
Parameters
- custodianId
- Type: SystemInt32
The unique identifier of the custodian to change - newCustodianName
- Type: SystemString
THe new name to use of for the custodian
Return Value
Type:
ICustodianThe updated custodian with the new name
Exceptions Exception | Condition |
---|
EdaApiException | Thrown if the custodian name is invalid or already in use |
See Also