Click or drag to resize
ShoppingServiceGetCurrentCustomer Method
Gets the current customer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual CustomerInfo GetCurrentCustomer()

Return Value

Type: CustomerInfo
CustomerInfo object representing the current customer. Returns null if there is not any current customer.

Implements

IShoppingServiceGetCurrentCustomer
See Also