AddressInfoProviderGetAddressNameInternal Method |
Returns address name created from the address parameters. The format of the address name is [personal or company name], [address line 1], [address line 2], [city].
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax protected virtual string GetAddressNameInternal(
AddressInfo addressObj
)
Parameters
- addressObj
- Type: CMS.EcommerceAddressInfo
Address data
Return Value
Type:
StringSee Also