Site.OpenWebUsingPath method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function OpenWebUsingPath ( _
path As ResourcePath _
) As Web
'Usage
Dim instance As Site
Dim path As ResourcePath
Dim returnValue As Web
returnValue = instance.OpenWebUsingPath(path)
public Web OpenWebUsingPath(
ResourcePath path
)
Parameters
- path
Type: Microsoft.SharePoint.Client.ResourcePath
Return value
Type: Microsoft.SharePoint.Client.Web