Check an upload ticket

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

Syntax

C#
public TicketResults UploadCheckTickets(
	int ticketId
)
Visual Basic (Declaration)
Public Function UploadCheckTickets ( _
	ticketId As Integer _
) As TicketResults
Visual C++
public:
TicketResults^ UploadCheckTickets(
	int ticketId
)

Parameters

ticketId
Type: System..::.Int32
The 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