Click or drag to resize
WishlistItemInfoProviderRemove Method
Deletes WishlistItemInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual void Remove(
	int userId,
	int skuId,
	int siteId
)

Parameters

userId
Type: SystemInt32
User ID.
skuId
Type: SystemInt32
Product ID.
siteId
Type: SystemInt32
Site ID.

Implements

IWishlistItemInfoProviderRemove(Int32, Int32, Int32)
See Also