Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CurrencyISO4217.GetCurrenciesAsync Method

Returns a collection of all currencies.

Class: YetaWF.Core.Components.CurrencyISO4217
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static Task<List<Currency>> GetCurrenciesAsync( bool IncludeSiteCurrency = true );

Parameters

IncludeSiteCurrency

true to include the default currency for the YetaWF, false otherwise. If the default currency is included, it is moved to the top of the list.

Return Value

Returns a collection of all currencies.

See Also YetaWF.Core.Components.CurrencyISO4217 ClassYetaWF.Core Overview