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

DestinationFileName Property






Gets the download operation destination file name.
Syntax
public string DestinationFileName {get;}
'Declaration
 
Public ReadOnly Property DestinationFileName As String
'Usage
 
Dim instance As SharePointClientDownloadCompletedEventArgs
Dim value As String
 
value = instance.DestinationFileName
public string DestinationFileName {get;}
 get_DestinationFileName(); 
public:
property String^ DestinationFileName {
   String^ get();
}

Property Value

The download operation destination file name.
Remarks

This is the same value as the destinationFileName parameter passed to DownloadFileAsync if this method was called to initiate the download. If GetDownloadStreamAsync was called to initiate the download, then the value of this property is null (Nothing in Visual Basic).

Example

For an example, refer to DownloadFileAsync.

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

SharePointClientDownloadCompletedEventArgs Class
SharePointClientDownloadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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