Click or drag to resize

FavoriteListServiceCreateFavoriteList Method (Int32, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public FavoriteList CreateFavoriteList(
	int userId,
	string name,
	bool isDefault
)

Parameters

userId
Type: SystemInt32
name
Type: SystemString
isDefault
Type: SystemBoolean

Return Value

Type: FavoriteList
See Also