Click or drag to resize
CurrencyInfoProviderSetCurrencyInfo Method
Sets (updates or inserts) specified currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetCurrencyInfo(
	CurrencyInfo currencyObj
)

Parameters

currencyObj
Type: CMS.EcommerceCurrencyInfo
Currency to be set
See Also