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 > SharePointClientUploadCompletedEventArgs Class : SiteUri Property |
public Uri SiteUri {get;}
'Declaration Public ReadOnly Property SiteUri As Uri
'Usage Dim instance As SharePointClientUploadCompletedEventArgs Dim value As Uri value = instance.SiteUri
This is the same value as the siteUri parameter passed to UploadFileAsync or UploadStreamAsync.
For an example, refer to UploadFileAsync or UploadStreamAsync.