Click or drag to resize

IResumableUploadCancelUpload Method (String)

IT Hit WebDAV Classes Reference
Cancels upload of the file.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
void CancelUpload(
	string lockToken
)

Parameters

lockToken
Type: SystemString
Lock token for this file.
Exceptions
ExceptionCondition
NotFoundExceptionThis file doesn't exist on the server.
LockedExceptionFile is locked and valid lock token was not specified.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionUnexpected error occurred.
Remarks

This method submits CANCELUPLOAD request to a file. The server should cancel the file upload and remove temporary files if any.

If your server is based on IT Hit WebDAV Server Engine and the item was automatically checked-out by server Engine when upload started it will be automatically checked-in by server Engine after this call.

See Also