Enum TicketRelationType
Type of relation between tickets This Enum is used by: ticket_relation_def.relation_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.10.0.0")]
public enum TicketRelationType : short
Fields
| Name | Description |
|---|---|
| Child | 2: Destination is child of the source Ticket in this relation |
| Parent | 1: Destination is parent of the source Ticket in this relation |
| Related | 0: Tickets are related without a hierarchy |