Click or drag to resize

ConfigGetValue Method

Gets the value of the specified config option.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static string GetValue(
	ObjectTransaction transaction,
	string optionName,
	string defaultValue = null
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
optionName
Type: SystemString
Name of the option.
defaultValue (Optional)
Type: SystemString
The default value to return if the option is not found.

Return Value

Type: String
See Also