CurrencyInfoProviderGetCurrencyInfoInternal Method |
Note: This API is now obsolete.
Returns currency with specified name from specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(string, int) instead.")]
protected virtual CurrencyInfo GetCurrencyInfoInternal(
string currencyName,
string siteName
)
Parameters
- currencyName
- Type: SystemString
Currency name - siteName
- Type: SystemString
Site name. Use null for global currency
Return Value
Type:
CurrencyInfoSee Also