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