Partager via


PortalSiteMapProvider.FindSiteMapNode - Méthode (String, SPWeb)

Retourne le PortalSiteMapNode pour une URL donnée.

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function FindSiteMapNode ( _
    rawUrl As String, _
    currentContext As SPWeb _
) As SiteMapNode
'Utilisation
Dim instance As PortalSiteMapProvider
Dim rawUrl As String
Dim currentContext As SPWeb
Dim returnValue As SiteMapNode

returnValue = instance.FindSiteMapNode(rawUrl, _
    currentContext)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public SiteMapNode FindSiteMapNode(
    string rawUrl,
    SPWeb currentContext
)

Paramètres

  • rawUrl
    Type : System.String

    Chaîne qui contient l'URL du nœud demandé.

  • currentContext
    Type : Microsoft.SharePoint.SPWeb

    Objet SPWeb qui représente le contexte de l'utilisateur en cours pour la vérification des droits.

Valeur renvoyée

Type : System.Web.SiteMapNode

Voir aussi

Référence

PortalSiteMapProvider classe

PortalSiteMapProvider - Membres

FindSiteMapNode - Surcharge

Microsoft.SharePoint.Publishing.Navigation - Espace de noms