NavigationTerm.GetResolvedAssociatedFolderUrl メソッド
相対 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>
相対 URL AssociatedFolderUrlです。それ以外の場合、空の文字列。
注釈
この方法は、null の文字列を返しません。