Partager via


NavigationTerm.GetResolvedAssociatedFolderUrl - Méthode

Retourne la propriété AssociatedFolderUrl sous la forme d'une URL relative de serveur.

Espace de noms :  Microsoft.SharePoint.Client.Publishing.Navigation
Assemblys :   Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)

Syntaxe

'Déclaration
Public Function GetResolvedAssociatedFolderUrl As ClientResult(Of String)
'Utilisation
Dim instance As NavigationTerm
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetResolvedAssociatedFolderUrl()
public ClientResult<string> GetResolvedAssociatedFolderUrl()

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<String>
Une URL relative de serveur de AssociatedFolderUrl; dans le cas contraire, une chaîne vide.

Remarques

Cette méthode ne retourne jamais une chaîne vide.

Voir aussi

Référence

NavigationTerm classe

NavigationTerm - Membres

Microsoft.SharePoint.Client.Publishing.Navigation - Espace de noms