SiteUri Property

Summary

Gets the SharePoint server site URI.

Syntax
C#
VB
C++
public Uri SiteUri { get; } 
  
Public ReadOnly Property SiteUri As Uri 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.