Click or drag to resize
ISiteMainCurrencySourceGetSiteMainCurrencyCode Method
Returns a code of main currency for given site. Returns an empty string when not found.

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

Parameters

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

Return Value

Type: String
See Also