Click or drag to resize

CustomerProductListRemoveFromFavorites Method (String, String, String, Int32, Double, Boolean)

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static void RemoveFromFavorites(
	string productId,
	string variantId,
	string languageId,
	int favoriteListId,
	double quantity,
	bool isRemoveFromList
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString
favoriteListId
Type: SystemInt32
quantity
Type: SystemDouble
isRemoveFromList
Type: SystemBoolean
See Also