Click or drag to resize

PriceViewModelSettings Constructor (String, String, String, String, Int32, Boolean)

Initializes a new instance of the PriceViewModelSettings class

Namespace:  Dynamicweb.Ecommerce.ProductCatalog
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public PriceViewModelSettings(
	string languageId,
	string currencyCode,
	string countryCode,
	string shopId,
	int userId,
	bool pricesWithVat
)

Parameters

languageId
Type: SystemString
currencyCode
Type: SystemString
countryCode
Type: SystemString
shopId
Type: SystemString
userId
Type: SystemInt32
pricesWithVat
Type: SystemBoolean
See Also