Click or drag to resize
ExchangeRateInfoProviderDeleteExchangeRateInfo Method (ExchangeRateInfo)
Deletes specified exchange rate.

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

Parameters

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