Click or drag to resize
CurrencyInfoProvider.GetCurrenciesByCodeInternal 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: 10.0.0
Syntax
C#
protected virtual IDictionary<string, CurrencyInfo> GetCurrenciesByCodeInternal(
	int siteId
)

Parameters

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

Return Value

Type: IDictionary<String, CurrencyInfo>
See Also