Table of Contents

Method AddTicketLink

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

Adds the specified ticket link to the links set with the specified key.

public bool AddTicketLink(string Key, TicketLink link)

Parameters

Key string

The key of the links set.

link TicketLink

The link to add.

Returns

bool

true if the specified link was added; otherwise, false.

In case the link for the specified key was already present, false is returned.