Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
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
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.