Click or drag to resize
Askia

RoutingStartType Enumeration

Enumeration of the possible ways an interview is triggered (i.e. started).

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public enum RoutingStartType
Members
  Member nameValueDescription
Question0 The routing will be triggered relative to a single question being processed.
StartInterview1 The routing will be triggered relative to the beginning of the interview.
AllQuestions2 The routing will be triggered relative to all of the questions being processed.
RestartInterview3 The routing will be triggered relative to the restart of the interview.
EndInterview4 The routing will be triggered relative to the end of the interview.
See Also