Click or drag to resize

WishlistRepository Class

Provides access to Wishlist items, which can be found in iWeb under CRM->Individual->Misc->Wish list
Inheritance Hierarchy
SystemObject
  Ignition.Commerce.Products.WishlistsWishlistRepository

Namespace: Ignition.Commerce.Products.Wishlists
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class WishlistRepository : ICachingRepository

The WishlistRepository type exposes the following members.

Constructors
 NameDescription
Public methodWishlistRepository Default constructor
Top
Methods
 NameDescription
Public methodClearCache Clears all cached data associated with this repository, for both top-level entities and all sub-entities to ensure that subsequent calls to the repository will retrieve fresh data.
Public methodGetByCustomer Retrieves the complete wishlist of a given customer
Public methodSave Saves changes made to a given customer's wishlist
Top
See Also