| ViewSettingsBaseCurrencyBaseT Constructor (String, String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.ProductCatalog
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use other constructor", true)]
public ViewSettingsBaseCurrencyBase(
string languageId,
string currencyCode,
string countryCode
)
<ObsoleteAttribute("Use other constructor", true)>
Public Sub New (
languageId As String,
currencyCode As String,
countryCode As String
)
Parameters
- languageId
- Type: SystemString
- currencyCode
- Type: SystemString
- countryCode
- Type: SystemString
See Also