| CurrencyServiceGetCurrenciesForCode Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use GetCurrency instead. There will never be more than one currency matching a given currency code.")]
public IEnumerable<Currency> GetCurrenciesForCode(
string currencyCode
)
<ObsoleteAttribute("Use GetCurrency instead. There will never be more than one currency matching a given currency code.")>
Public Function GetCurrenciesForCode (
currencyCode As String
) As IEnumerable(Of Currency)
Parameters
- currencyCode
- Type: SystemString
Return Value
Type:
IEnumerableCurrencySee Also