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.