| QuestionLinkType Enumeration |
Enumeration of the question link type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum QuestionLinkType
Public Enumeration QuestionLinkType
public enum class QuestionLinkType
Members
| Member name | Value | Description |
---|
| None | 0 |
No response linked
|
| All | 1 |
All responses linked
|
| Selected | 2 |
Only selected responses linked
|
| NoneSelected | 3 |
Only non selected responses linked
|
| RecursivelySelected | 4 |
Link with selected responses across all linked questions
|
See Also