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