Click or drag to resize

AddressValidatorServiceGetAddressValidators 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: SystemString
countryCode
Type: SystemString

Return Value

Type: IEnumerableAddressValidator
See Also