Method AddTicketLink
AddTicketLink(string, TicketLink)
Adds the specified ticket link to the links set with the specified key.
public bool AddTicketLink(string Key, TicketLink link)
Parameters
Key
stringThe key of the links set.
link
TicketLinkThe link to add.
Returns
- bool
true
if the specified link was added; otherwise,false
.
Remarks
In case the link for the specified key was already present, false
is returned.