Click or drag to resize
ITicketManagerLinkTicket Method

[This is preliminary documentation and is subject to change.]

Links a ticket to another ticket

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void LinkTicket(
	ITicketLink link
)

Parameters

link
Type: Netadmin.Management.Ticketing.DtoITicketLink
The ticket link
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if either ticket does not exist
See Also