Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetAddressNameInternal(
	AddressInfo addressObj
)

Parameters

addressObj
Type: CMS.EcommerceAddressInfo
Address data

Return Value

Type: String
See Also