TaxAddressServiceGetDefaultAddress Method |
Returns the default address or null when can not be determined.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual AddressInfo GetDefaultAddress()
Return Value
Type:
AddressInfoRemarks
You can override this method to customize the way how the default address is obtained. Use the
SiteID to get the ID of the site for which
this instance was created.
See Also