LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)
LEAD Technologies, Inc

SourceFileName Property






Gets the source file name.
Syntax
public string SourceFileName {get;}
'Declaration
 
Public ReadOnly Property SourceFileName As String
'Usage
 
Dim instance As SharePointClientUploadCompletedEventArgs
Dim value As String
 
value = instance.SourceFileName
public string SourceFileName {get;}
 get_SourceFileName(); 
public:
property String^ SourceFileName {
   String^ get();
}

Property Value

The source file name.
Remarks

This is the same value as the sourceFileName parameter passed to UploadFileAsync if this method is used to initiate the upload operation. If UploadStreamAsync was used instead, then the value of this property will be null (Nothing in Visual Basic)

Example

For an example, refer to UploadFileAsync.

Requirements

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

See Also

Reference

SharePointClientUploadCompletedEventArgs Class
SharePointClientUploadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.