Click or drag to resize
CustomerInfoWishlist Property
Collection of all customer wishlist items from all sites. It is empty, if customer is not registered.

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

Property Value

Type: InfoObjectCollectionSKUInfo
See Also