CurrencyInfoProvider GetCurrenciesInternal Method Kentico 8.1 API Reference
Returns dataset of all currencies matching the specified parameters.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

Type: ObjectQuery CurrencyInfo 
See Also