Click or drag to resize
CurrencyInfoProviderGetCurrenciesInternal Method
Returns dataset of all currencies matching the specified parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<CurrencyInfo> GetCurrenciesInternal(
	int siteId,
	bool onlyEnabled
)

Parameters

siteId
Type: SystemInt32
ID of the site the currencies should be retrieved from. If set to 0, global currencies are retrieved
onlyEnabled
Type: SystemBoolean
True - only enabled currencies from the specified site are returned. False - all site currencies are returned

Return Value

Type: ObjectQueryCurrencyInfo
See Also