Click or drag to resize
ExchangeTableInfoProviderIsExchangeRateFromGlobalMainCurrencyMissingInternal Method
Indicates if exchange rate from global main currency is missing in the last valid exchange table. Returns false if site uses global currencies or global exchange rates or code of site main currency is the same as code of global main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsExchangeRateFromGlobalMainCurrencyMissingInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: Boolean
See Also