LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

SiteUri Property

Show in webframe





Gets the SharePoint server site URI.
Syntax
public Uri SiteUri {get;}
'Declaration
 
Public ReadOnly Property SiteUri As Uri
'Usage
 
Dim instance As SharePointClientUploadCompletedEventArgs
Dim value As Uri
 
value = instance.SiteUri

            

            
public:
property Uri^ SiteUri {
   Uri^ get();
}

Property Value

The SharePoint server site URI.
Remarks

This is the same value as the siteUri parameter passed to UploadFileAsync or UploadStreamAsync.

Example

For an example, refer to UploadFileAsync or UploadStreamAsync.

Requirements

Target Platforms

See Also

Reference

SharePointClientUploadCompletedEventArgs Class
SharePointClientUploadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.