The type of a user action, indicating whether a form will be used or a confirm dialog should be shown.
Namespace:
FreeFlowAssembly: FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135
Syntax
| C# |
|---|
public enum UserActionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration UserActionType |
| Visual C++ |
|---|
public enum class UserActionType |
Members
| Member name | Description | |
|---|---|---|
| Form | Form-based action. | |
| Confirm | Confirm action, show a confirmation dialog before committing the action. | |
| NonConfirm | Non-confirm action, commit the action immediately. |