  | FavoriteListServiceCreateFavoriteList Method (Int32, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.CustomerExperienceCenter.Favorites
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic FavoriteList CreateFavoriteList(
	int userId,
	string name,
	bool isDefault
)
Public Function CreateFavoriteList ( 
	userId As Integer,
	name As String,
	isDefault As Boolean
) As FavoriteList
Parameters
- userId
 - Type: SystemInt32
 - name
 - Type: SystemString
 - isDefault
 - Type: SystemBoolean
 
Return Value
Type: 
FavoriteList
See Also