Enum TicketPriorityStatus
Status of the ticket priority This Enum is used by: ticket_priority.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.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 |