  | ProductListViewModelSettings Constructor (String, String, String, String, Int32) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.ProductCatalog
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic ProductListViewModelSettings(
	string languageId,
	string currencyCode,
	string countryCode,
	string shopId,
	int userId
)
Public Sub New ( 
	languageId As String,
	currencyCode As String,
	countryCode As String,
	shopId As String,
	userId As Integer
)
Parameters
- languageId
 - Type: SystemString
 - currencyCode
 - Type: SystemString
 - countryCode
 - Type: SystemString
 - shopId
 - Type: SystemString
 - userId
 - Type: SystemInt32
 
See Also