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

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

Return Value

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