Site.GetWebPath method
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>