Enum TicketSecurityLevel
Indicates if a ticket is external or internal This Enum is used by: ej_message.slevel; ticket.slevel
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum TicketSecurityLevel : short
Fields
Name | Description |
---|---|
External | 2: External tickets will be shown on the Customer Centre |
Internal | 1: Internal tickets will not be shown on the Customer Centre |
Unknown | 0: Unknown level |