Enum CommandActionResult
Result of an action
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public enum CommandActionResult
Fields
| Name | Description |
|---|---|
| Cancel | 4: The client clicked Cancel |
| Implicit | 0: Command should be implicitly executed. |
| No | 3: The client clicked No |
| Ok | 2: The client clicked Ok |
| Yes | 1: The user clicked Yes. |