WishlistRepository.GetByCustomer Method
Retrieves the complete wishlist of a given customer
Namespace: Ignition.Commerce.Products.WishlistsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public Wishlist GetByCustomer(
ICustomerIdentity customer
)
Public Function GetByCustomer (
customer As ICustomerIdentity
) As Wishlist
public:
virtual Wishlist^ GetByCustomer(
ICustomerIdentity^ customer
) sealed
abstract GetByCustomer :
customer : ICustomerIdentity -> Wishlist
override GetByCustomer :
customer : ICustomerIdentity -> Wishlist
- customer ICustomerIdentity
- Customer whose wishlist should be retrieved
WishlistThe requested wishlist