Site::OpenWeb method
SharePoint Online
Opens a new site using the specified URL.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Parameters
- strUrl
- Type: System.String
Specifies the server-relative URL or web-relative URL of the site to open. If strurl is empty, the top-level site must be opened.
Return value
Type: Microsoft.SharePoint.Client.WebReturns a Web instance representing the opening of a new site using the specified URL.
Show: