Check an upload ticket
Namespace:
IpernityNET.IpernityObjectsAssembly: 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
| 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 |