Click or drag to resize
AddressInfoProviderGetAddressPersonalName Method
Returns address personal name created from the customer. The format of the address name is 'CustomerFirstNameCustomerLastName'.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static string GetAddressPersonalName(
	CustomerInfo customer
)

Parameters

customer
Type: CMS.EcommerceCustomerInfo
Customer from whom the personal address name is created.

Return Value

Type: String
See Also