Freigeben über


File.CancelUpload-Methode

Stops the chunk upload session without saving the uploaded data. If the file doesn’t already exist in the library, the partially updated file will be deleted. Use this in response to user action (as in a request to cancel an upload) or an error or exception.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub CancelUpload ( _
    uploadId As Guid _
)
'Usage
Dim instance As File
Dim uploadId As Guid

instance.CancelUpload(uploadId)
public void CancelUpload(
    Guid uploadId
)

Parameter

  • uploadId
    Typ: System.Guid

    The unique identifier of the upload session.

Hinweise

Use the uploadId value that was passed to the StartUpload(Guid, Stream) method that started the upload session.

This method is currently available only on Office 365.

Siehe auch

Referenz

File Klasse

File-Member

Microsoft.SharePoint.Client-Namespace

Upload large files sample app for SharePoint