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 : SourceUri Property |
public Uri SourceUri {get;}
'Declaration Public ReadOnly Property SourceUri As Uri
'Usage Dim instance As SharePointClientDownloadCompletedEventArgs Dim value As Uri value = instance.SourceUri
This is the same value as the sourceUri parameter passed to DownloadFileAsync or GetDownloadStreamAsync method.
For an example, refer to DownloadFileAsync or GetDownloadStreamAsync.