Table of Contents

Method SetTicket

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

SetTicket(out string, ref Ticket)

Adds or edits a ticket.

public bool SetTicket(out string error, ref Ticket ticket)

Parameters

error string

Output string with notifications and/or errors that occurred.

ticket Ticket

The ticket to add or edit.

Returns

bool

true if adding/editing the ticket succeeded; otherwise, false.