Click or drag to resize
ExchangeRateInfoProviderGetExchangeRateInfo Method (Int32)
Returns exchange rate with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ExchangeRateInfo GetExchangeRateInfo(
	int rateId
)

Parameters

rateId
Type: SystemInt32
Exchange rate ID

Return Value

Type: ExchangeRateInfo
See Also