Method GetTicketsByLink
GetTicketsByLink(params TicketLink[])
Retrieve Tickets, using links as input
[Obsolete("Please use the new GetTickets(IEnumerable<TicketLink> links, Messages.SLDataGateway.FilterElement<Ticket> filter, bool CacheOnly)", true)]
public IEnumerable<Ticket> GetTicketsByLink(params TicketLink[] links)
Parameters
links
TicketLink[]for every link, all available tickets will be given
Returns
- IEnumerable<Ticket>
Collection of Tickets which pass at least 1 of the given links.