Click or drag to resize
CustomerInfoProvider.GetCustomerInfo Method
Returns customer with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static CustomerInfo GetCustomerInfo(
	int customerId
)

Parameters

customerId
Type: System.Int32
Customer ID

Return Value

Type: CustomerInfo
See Also