| ResponseRotationBehaviour Enumeration |
Enumeration of the response rotation behavior
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum ResponseRotationBehaviour
Public Enumeration ResponseRotationBehaviour
public enum class ResponseRotationBehaviour
Members
| Member name | Value | Description |
---|
| Authorised | 0 |
Rotation is allowed
|
| Fixed | 1 |
No rotation allowed
|
| AlwaysFollowPrevious | 2 |
The response will always follow the original previous response
|
See Also