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, HResult error, bool cancelled, object userState )
function 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:
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2