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