←Select platform

SharePointClientUploadCompletedEventArgs Constructor

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

Syntax
C#
C++/CLI
Python
public: 
SharePointClientUploadCompletedEventArgs(  
   String^ sourceFileName, 
   Stream^ sourceStream, 
   Uri^ siteUri, 
   String^ destinationPath, 
   Exception^ error, 
   bool cancelled, 
   Object^ userState 
) 

Parameters

sourceFileName
The source file name to upload

sourceStream
The source stream to upload

siteUri
The SharePoint server site URI

destinationPath
The destination path.

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 upload 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.