Click or drag to resize

CustodianManagerValidateCustodian Method

Validates that a custodian name passes all validation rules

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public void ValidateCustodian(
	string custodianName
)

Parameters

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