Click or drag to resize
CurrencyInfoProviderGetCurrenciesByCode Method
Returns CurrencyInfo objects present on given site in form of dictionary mapping currency code to CurrencyInfo object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static IDictionary<string, CurrencyInfo> GetCurrenciesByCode(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site to get currencies for. 'Use global currencies' setting is considered.

Return Value

Type: IDictionaryString, CurrencyInfo
See Also