The type of a user action, indicating whether a form will be used or a confirm dialog should be shown.

Namespace:  FreeFlow
Assembly:  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 nameDescription
Form
Form-based action.
Confirm
Confirm action, show a confirmation dialog before committing the action.
NonConfirm
Non-confirm action, commit the action immediately.

See Also