Check upload tickets

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public TicketResults UploadCheckTickets(
	IEnumerable<int> ticketIds
)
Visual Basic (Declaration)
Public Function UploadCheckTickets ( _
	ticketIds As IEnumerable(Of Integer) _
) As TicketResults
Visual C++
public:
TicketResults^ UploadCheckTickets(
	IEnumerable<int>^ ticketIds
)

Parameters

ticketIds
Type: System.Collections.Generic..::.IEnumerable<(Of <(Int32>)>)
A list of tickets ID to check

Return Value

A TicketResults object containing the uploaded documents

Remarks

This method encapsulates upload.checkTickets

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity

See Also