Click or drag to resize
ExchangeRateInfoProviderCopyExchangeRates Method
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: 9.0.0
Syntax
C#
public static void CopyExchangeRates(
	int sourceTableId,
	int targetTableId
)

Parameters

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