Enum TicketPriorityStatus
Status of the ticket priority This Enum is used by: ticket_priority.status
Namespace: SuperOfficeData
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TicketPriorityStatus : short
Fields
| Name | Description |
|---|---|
| Deleted | 2: The status is marked as deleted |
| Normal | 1: The status is normal |
| Unknown | 0: The status is unknown, should normally not occure in the database |