Click or drag to resize

ICustodianManagerValidateCustodianName Method

Validates that a custodian name passes all validation rules

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

Parameters

custodianName
Type: SystemString
The name of the custodian to validate
See Also