| 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
)
Public Shared Sub RemoveFromFavorites (
productId As String,
variantId As String,
languageId As String,
favoriteListId As Integer,
quantity As Double,
isRemoveFromList As Boolean
)
Parameters
- productId
- Type: SystemString
- variantId
- Type: SystemString
- languageId
- Type: SystemString
- favoriteListId
- Type: SystemInt32
- quantity
- Type: SystemDouble
- isRemoveFromList
- Type: SystemBoolean
See Also