Click or drag to resize

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
C#
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: Custodian
The updated custodian with the new name
Exceptions
ExceptionCondition
EdaApiExceptionThrown if the custodian name is invalid or already in use
See Also