ExchangeRateInfoProvider CopyExchangeRatesInternal Method Kentico 8.0 API Reference
Copies exchange rates from source table to target table. Updates only rates with same currency code. Rates in target table which does not have corresponding rate in source table will not be updated.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

sourceTableId
Type: OnlineSystem Int32
Id of the source exchange table
targetTableId
Type: OnlineSystem Int32
Id of the target exchange table
See Also