Click or drag to resize
ExchangeRateInfoProviderGetExchangeRateInfoInternal Method (Int32, Int32)
Returns exchange rate from specified exchange table which is applied to specified currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ExchangeRateInfo GetExchangeRateInfoInternal(
	int currencyId,
	int tableId
)

Parameters

currencyId
Type: SystemInt32
Currency ID
tableId
Type: SystemInt32
Exchange table ID

Return Value

Type: ExchangeRateInfo
See Also