Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.SharePoint.Client Namespace > SharePointClientUploadCompletedEventArgs Class : SharePointClientUploadCompletedEventArgs Constructor |
public SharePointClientUploadCompletedEventArgs( string sourceFileName, Stream sourceStream, Uri siteUri, string destinationPath, Exception error, bool cancelled, object userState )
'Declaration 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 _ )
'Usage Dim sourceFileName As String Dim sourceStream As Stream Dim siteUri As Uri Dim destinationPath As String Dim error As Exception Dim cancelled As Boolean Dim userState As Object Dim instance As New SharePointClientUploadCompletedEventArgs(sourceFileName, sourceStream, siteUri, destinationPath, error, cancelled, userState)
public: SharePointClientUploadCompletedEventArgs( String^ sourceFileName, Stream^ sourceStream, Uri^ siteUri, String^ destinationPath, Exception^ error, bool cancelled, Object^ userState )
This constructor initializes the members of this class as follows: