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
errorstringString with notifications and/or errors that occurred.
ticketsTicket[]The tickets you wish to add or edit.
Returns
- bool
truewhen adding/editing the ticket(s) was successful; otherwise,false.