Table of Contents

Method SetTickets

Namespace
Skyline.DataMiner.Net.Ticketing
Assembly
SLNetTypes.dll

SetTickets(out string, ref Ticket[])

Adds or edits the specified tickets.

public bool SetTickets(out string error, ref Ticket[] tickets)

Parameters

error string

Output 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.