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.
Returns the AssociatedFolderUrl property as a server-relative URL.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function GetResolvedAssociatedFolderUrl As ClientResult(Of String)
'Usage
Dim instance As NavigationTerm
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetResolvedAssociatedFolderUrl()
public ClientResult<string> GetResolvedAssociatedFolderUrl()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>
A server-relative URL for AssociatedFolderUrl; otherwise, an empty string.
Remarks
This method never returns a null string.