Check upload tickets
Namespace:
IpernityNET.IpernityObjectsAssembly: 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 documentsRemarks
This method encapsulates upload.checkTickets
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity |