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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.