ECommerceHelperCheckMainCurrency 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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static string CheckMainCurrency(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of site to check
Return Value
Type:
StringSee Also