| RoutingConditionType Enumeration |
Enumeration of the routing condition type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum RoutingConditionType
Public Enumeration RoutingConditionType
public enum class RoutingConditionType
Members
| Member name | Value | Description |
---|
| Undefined | -1 |
Not defined
|
| Gui | 0 |
Defined with Design 5 graphical user interface
|
| Advanced | 1 |
Defined using Askia script
|
| Assisted | 2 |
Defined with Design 6 graphical user interface
|
See Also