Recalculates specified values with given exchange rate.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- oldCurrencyId
- Type: System Int32
ID of the old main currency
- newCurrencyId
- Type: System Int32
ID of the new main currency
- siteId
- Type: System Int32
ID of the site to be recalculated
- rate
- Type: System Single
Exchange rate which will be used when recalculating
- round
- Type: System Int32
Number of decimal digits to which the result will be rounded
- settings
- Type: CMS.Ecommerce RecalculationSettings
Determines which objects are to be recalculated
See Also