Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class TicketType : Carrier
public TicketType()
public virtual int DefaultTicketPriority { get; set; }
public virtual int DefaultTicketStatus { get; set; }
public virtual bool ExcludeEmailRecipients { get; set; }
public virtual bool ExcludeSignature { get; set; }
public virtual bool ExternalAsDefault { get; set; }
public virtual string Icon { get; set; }
public virtual bool IsDefault { get; set; }
public virtual string Name { get; set; }
public virtual bool ReplyExternalAsDefault { get; set; }
public virtual bool ReplyForwardNoSignature { get; set; }
public virtual bool ShowInNew { get; set; }
public virtual int TicketTypeId { get; set; }
public virtual int[] VisibleForGroups { get; set; }
Was this page helpful?