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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual CustomerInfo GetCustomerInfoByUserIDInternal(
	int userId
)

Parameters

userId
Type: SystemInt32
User ID of the required customer

Return Value

Type: CustomerInfo
See Also