Click or drag to resize

AddressValidatorService.GetAddressValidators Method (String, String)

Namespace:  Dynamicweb.Ecommerce.Orders.AddressValidation
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<AddressValidator> GetAddressValidators(
	string languageId,
	string countryCode
)

Parameters

languageId
Type: System.String
countryCode
Type: System.String

Return Value

Type: IEnumerable<AddressValidator>
See Also