Click or drag to resize
CurrencyInfoProviderGetCurrenciesByCodeInternal 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#
protected virtual IDictionary<string, CurrencyInfo> GetCurrenciesByCodeInternal(
	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