| EcommerceUIHelperCheckMainCurrency Method | 
            Checks if the site specified by the site ID has a main currency defined.
            Returns null if the main currency is defined, otherwise returns a warning message.
            
 
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string CheckMainCurrency(
	int siteId
)
Parameters
- siteId
- Type: SystemInt32
 ID of site to check
Return Value
Type: 
String See Also
See Also