FreeFlow class library

UserActionType Enumeration

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

[Visual Basic]
Public Enum UserActionType
[C#]
public enum UserActionType

Members

Member Name Description
FormForm-based action.
ConfirmConfirm action, show a confirmation dialog before committing the action.
NonConfirmNon-confirm action, commit the action immediately.

Requirements

Namespace: FreeFlow

Assembly: FreeFlow.Client (in FreeFlow.Client.dll)

See Also

FreeFlow Namespace