WishlistItemInfoProviderRemoveSKUFromWishlist Method |
Removes specified wishlist item.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void RemoveSKUFromWishlist(
int userId,
int skuId,
int siteId
)
Parameters
- userId
- Type: SystemInt32
User ID - skuId
- Type: SystemInt32
Product ID - siteId
- Type: SystemInt32
Site ID
See Also