Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetWebPath ( _
    siteId As Guid, _
    webId As Guid _
) As ClientResult(Of ResourcePath)
'Usage
Dim instance As Site
Dim siteId As Guid
Dim webId As Guid
Dim returnValue As ClientResult(Of ResourcePath)
returnValue = instance.GetWebPath(siteId, _
    webId)
public ClientResult<ResourcePath> GetWebPath(
    Guid siteId,
    Guid webId
)
Parameters
- siteId
Type: System.Guid 
- webId
Type: System.Guid 
Return value
Type: Microsoft.SharePoint.Client.ClientResult<ResourcePath>