CurrencyInfoProviderIsCurrencyWithExchangeRateInternal Method |
Returns true if site specified by its ID has defined exchange rate to given currency. Only enabled currencies are searched.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual bool IsCurrencyWithExchangeRateInternal(
int currencyId,
int siteId
)
Parameters
- currencyId
- Type: SystemInt32
ID of currency to be looked for - siteId
- Type: SystemInt32
ID of the site to get exchange table for
Return Value
Type:
BooleanSee Also