Click or drag to resize
CustomerInfoPurchasedProducts Property
Collection of all customer purchased products from all sites.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public virtual InfoObjectCollection<SKUInfo> PurchasedProducts { get; }

Property Value

Type: InfoObjectCollectionSKUInfo
See Also