Click or drag to resize
CustomerAddressValidator.Validate Method
Validates the address.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public bool Validate()

Return Value

Type: Boolean
Returns a value indicating whether validation succeeded.

Implements

IValidator.Validate()
See Also