Method SetTickets
SetTickets(out string, ref Ticket[])
Adds or edits the specified tickets.
public bool SetTickets(out string error, ref Ticket[] tickets)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
tickets
Ticket[]The tickets to add/edit.
Returns
- bool
true
if adding/editing the tickets succeeded; otherwise,false
.