←Select platform

SharePointClientUploadCompletedEventArgs Constructor

Summary

Initializes a new instance of SharePointClientUploadCompletedEventArgs with the specified parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal sourceFileName As String, _ 
   ByVal sourceStream As Stream, _ 
   ByVal siteUri As Uri, _ 
   ByVal destinationPath As String, _ 
   ByVal error As Exception, _ 
   ByVal cancelled As Boolean, _ 
   ByVal userState As Object _ 
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.