Click or drag to resize

ImportSetBuilderUpdateCustodianName 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#
public Custodian UpdateCustodianName(
	int custodianId,
	string newName
)

Parameters

custodianId
Type: SystemInt32
The unique identifier of the custodian to change
newName
Type: SystemString

[Missing <param name="newName"/> documentation for "M:Law.EdaIntegration.Import.ImportSetBuilder.UpdateCustodianName(System.Int32,System.String)"]

Return Value

Type: Custodian
The updated custodian with the new name

Implements

IImportSetBuilderUpdateCustodianName(Int32, String)
Exceptions
ExceptionCondition
EdaApiExceptionThrown if the custodian name is invalid or already in use
See Also