Click or drag to resize

AddressValidatorProviderValidate Method (UserAddress, String)

Namespace:  Dynamicweb.Ecommerce.Orders.AddressValidation
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public virtual IEnumerable<AddressValidatorResult> Validate(
	UserAddress userAddress,
	string languageId
)

Parameters

userAddress
Type: Dynamicweb.Security.UserManagementUserAddress
languageId
Type: SystemString

Return Value

Type: IEnumerableAddressValidatorResult
See Also