次の方法で共有


Site.GetWebPath(Guid, Guid) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.ResourcePath> GetWebPath (Guid siteId, Guid webId);
member this.GetWebPath : Guid * Guid -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.ResourcePath>
Public Function GetWebPath (siteId As Guid, webId As Guid) As ClientResult(Of ResourcePath)

Parameters

siteId
Guid
webId
Guid

Returns

Attributes

Applies to