Partager via


SPNavigationProvider.FindSiteMapNode - Méthode (String)

Récupère un objet SiteMapNode qui représente la page à l'URL spécifiée.

Espace de noms :  Microsoft.SharePoint.Navigation
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Overrides Function FindSiteMapNode ( _
    rawUrl As String _
) As SiteMapNode
'Utilisation
Dim instance As SPNavigationProvider
Dim rawUrl As String
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNode(rawUrl)
public override SiteMapNode FindSiteMapNode(
    string rawUrl
)

Paramètres

Valeur renvoyée

Type : System.Web.SiteMapNode
Renvoie un objet SiteMapNode identifié par rawUrl.

Voir aussi

Référence

SPNavigationProvider classe

SPNavigationProvider - Membres

FindSiteMapNode - Surcharge

Microsoft.SharePoint.Navigation - Espace de noms

System.Web.SiteMapNode