Click or drag to resize
ExchangeRateInfoProviderDeleteExchangeRateInfoInternal Method
Deletes specified exchange rate.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteExchangeRateInfoInternal(
	ExchangeRateInfo rateObj
)

Parameters

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