Click or drag to resize

CustomerProductListAddToFavorites Method (String, String, String, String, String, String, Int32, Int32)

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static void AddToFavorites(
	string productId,
	string variantId,
	string languageId,
	string listName,
	string listType,
	string listDescription,
	int favoriteListId,
	int userId
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString
listName
Type: SystemString
listType
Type: SystemString
listDescription
Type: SystemString
favoriteListId
Type: SystemInt32
userId
Type: SystemInt32
See Also