Click or drag to resize
CurrencyInfoProviderChangeMainCurrencyInternal Method
Changes main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void ChangeMainCurrencyInternal(
	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