←Select platform

SharePointClientDownloadCompletedEventArgs Constructor

Summary
Initializes a new instance of SharePointClientDownloadCompletedEventArgs with the specified parameters.

Syntax
C#
C++/CLI
Python
public: 
SharePointClientDownloadCompletedEventArgs(  
   Uri^ sourceUri, 
   String^ destinationFileName, 
   SharePointClientDownloadData^ destinationData, 
   Exception^ error, 
   bool cancelled, 
   Object^ userState 
) 
__init__(self,sourceUri,destinationFileName,destinationData,error,cancelled,userState) # Overloaded constructor 

Parameters

sourceUri
The source URI to download.

destinationFileName
The destination file name to download to.

destinationData
The destination stream information.

error
Any error that occurred during the asynchronous operation.

cancelled
A value that indicates whether the asynchronous operation was canceled.

userState
The optional user-supplied state object that is used to identify the task that raised the download operation.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.