Method SetTickets
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
SetTickets(out string, ref Ticket[])
Adds or edits multiple tickets.
public virtual bool SetTickets(out string error, ref Ticket[] tickets)
Parameters
error
stringString with notifications and/or errors that occurred.
tickets
Ticket[]The tickets you wish to add or edit.
Returns
- bool
true
when adding/editing the ticket(s) was successful; otherwise,false
.