| IImportSetBuilderUpdateCustodianName Method |
Change the name of a custodian associated with the Import Set
Namespace:
Law.EdaIntegration.Import
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax Custodian 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:
CustodianThe updated custodian with the new name
Exceptions Exception | Condition |
---|
EdaApiException | Thrown if the custodian name is invalid or already in use |
See Also