Click or drag to resize
CustomerInfoProviderGetCustomerInfo 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: SystemInt32
Customer ID

Return Value

Type: CustomerInfo
See Also