ISiteMainCurrencySourceGetSiteMainCurrencyCode Method |
Returns a code of main currency for given site. Returns an empty string when not found.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax string GetSiteMainCurrencyCode(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
An ID of the site. Use 0 for global main currency.
Return Value
Type:
StringSee Also