Click or drag to resize

CalculatedAttributeExpressionGetParameterAllowedValues Method

Gets the allowed values for the specified parameter.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<string> GetParameterAllowedValues(
	int parameterNo
)

Parameters

parameterNo
Type: SystemInt32
The parameter no.

Return Value

Type: IEnumerableString
The allowed values for the specified parameter.
See Also