Enum CommandAction
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Command action
Fields
Implicit = 0
0: Command should be implicitly executed.
Ok = 3
3: The client must display a dialog with Ok-button
OkCancel = 2
2: The client must display a dialog with buttons Ok and Cancel.
YesNo = 1
1: The client must display a dialog with buttons Yes and No.