LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

DestinationFileName Property

Show in webframe





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:
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

See Also

Reference

SharePointClientDownloadCompletedEventArgs Class
SharePointClientDownloadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.