Click or drag to resize

FavoriteListService.CreateFavoriteList 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: System.Int32
name
Type: System.String
isDefault
Type: System.Boolean

Return Value

Type: FavoriteList
See Also