Enum CommandActionResult
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Result of an action
Fields
Cancel = 4
4: The client clicked Cancel
Implicit = 0
0: Command should be implicitly executed.
No = 3
3: The client clicked No
Ok = 2
2: The client clicked Ok
Yes = 1
1: The user clicked Yes.