Click or drag to resize
ISiteMainCurrencySource Interface
Defines the members for a service providing a main currency for sites.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface ISiteMainCurrencySource

The ISiteMainCurrencySource type exposes the following members.

Methods
  NameDescription
Public methodGetSiteMainCurrency
Returns a main currency of the specified site.
Public methodGetSiteMainCurrencyCode
Returns a code of main currency for given site. Returns an empty string when not found.
Top
See Also