Click or drag to resize
CustomerInfoProviderGetCustomerInfoByUserID Method
Returns customer with specified user ID.

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

Parameters

userId
Type: SystemInt32
User ID of the required customer

Return Value

Type: CustomerInfo
See Also