Click or drag to resize
OrderInfoProviderGetAddress Method
Returns html code that represents address. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetAddress(
	IAddress address
)

Parameters

address
Type: CMS.EcommerceIAddress
Address

Return Value

Type: String
See Also