Click or drag to resize
ISiteMainCurrencySourceGetSiteMainCurrency Method
Returns a main currency of the specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
CurrencyInfo GetSiteMainCurrency(
	int siteId
)

Parameters

siteId
Type: SystemInt32
An ID of the site. Use 0 for global main currency.

Return Value

Type: CurrencyInfo
See Also