Click or drag to resize
WishlistItemInfoProviderDeleteWishlistItemInfo Method
Deletes specified wishlist item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteWishlistItemInfo(
	WishlistItemInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceWishlistItemInfo
Wishlist item to be deleted
See Also