| RoutingTargetType Enumeration |
Enumeration of the routing target type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum RoutingTargetType
Public Enumeration RoutingTargetType
public enum class RoutingTargetType
Members
| Member name | Value | Description |
---|
| Question | 0 |
The target is a question
|
| Response | 1 |
The target is a response
|
| ResponseNotToAsk | 2 |
The target is a response to ignore
|
| Language | 3 |
The target is a language
|
| Scenario | 4 |
The target is a scenario
|
| Resource | 5 |
The target is a resource
|
| SurveyMilestone | 6 |
The target is a milestone of the survey.
|
See Also