Click or drag to resize
TaxAddressServiceGetDefaultAddress Method
Returns the default address or null when can not be determined.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual AddressInfo GetDefaultAddress()

Return Value

Type: AddressInfo
Remarks
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