Leadtools.SharePoint.Client Namespace > SharePointClientDownloadCompletedEventArgs Class : DestinationFileName Property |
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();
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).
For an example, refer to DownloadFileAsync.
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