返回作为服务器相对 URL AssociatedFolderUrl属性。
命名空间: Microsoft.SharePoint.Client.Publishing.Navigation
程序集: Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中); Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中) Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)
语法
声明
Public Function GetResolvedAssociatedFolderUrl As ClientResult(Of String)
用法
Dim instance As NavigationTerm
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetResolvedAssociatedFolderUrl()
public ClientResult<string> GetResolvedAssociatedFolderUrl()
返回值
类型:Microsoft.SharePoint.Client.ClientResult<String>
AssociatedFolderUrl; 服务器相对 URL否则为空字符串。
备注
此方法永远不会返回空字符串。