Click or drag to resize
ExchangeRateInfoProviderSetExchangeRateInfo Method
Sets (updates or inserts) specified exchange rate.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetExchangeRateInfo(
	ExchangeRateInfo rateObj
)

Parameters

rateObj
Type: CMS.EcommerceExchangeRateInfo
Exchange rate to be set
See Also