Recalculate prices in fields of all product documents which are mapped to SKU price field. This method is invoked
in case of changing main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- coefficient
- Type: System Single
Factor by which values are recalculated
- roundTo
- Type: System Int32
Number of significant digits the number should be rounded to
- where
- Type: System String
Additional WHERE condition for View_CMS_Tree_Joined filtering
- siteId
- Type: System Int32
Id of the site which main currency was changed (0 for global main currency changed)
See Also