Click or drag to resize

OperatorParameterGetAllowedStringValues Method

Gets the allowed values (if applicable) for the StringValue property.

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

Return Value

Type: IEnumerableString
The allowed values for StringValue.
See Also