Click or drag to resize

CurrencyDirectoryContainsCurrency Method

Determines whether the currency directory can convert from/to the specified currency.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool ContainsCurrency(
	Currency currency
)

Parameters

currency
Type: Aloe.EnterpriseOne.Model.GeneralCurrency
The currency.

Return Value

Type: Boolean
See Also