Error processing SSI file
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Show in webframe

SiteUri Property






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

Error processing SSI file