Method SetTicket
SetTicket(out string, ref Ticket)
Adds or edits a ticket.
public bool SetTicket(out string error, ref Ticket ticket)
Parameters
errorstringOutput string with notifications and/or errors that occurred.
ticketTicketThe ticket to add or edit.
Returns
- bool
trueif adding/editing the ticket succeeded; otherwise,false.