CurrencyInfoProviderChangeMainCurrency Method |
Changes main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static void ChangeMainCurrency(
int siteId,
int newCurrencyId
)
Parameters
- siteId
- Type: SystemInt32
ID of the site, which main currency is to be changed - newCurrencyId
- Type: SystemInt32
ID of the new main currency
See Also