Partager via


PortalSiteMapProvider.GetCachedList - Méthode

Obtient un objet PortalListSiteMapNode qui représente un objet spécifié SPList .

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

Syntaxe

'Déclaration
Public Function GetCachedList ( _
    webNode As PortalWebSiteMapNode, _
    listName As String, _
    contextWeb As SPWeb _
) As PortalListSiteMapNode
'Utilisation
Dim instance As PortalSiteMapProvider
Dim webNode As PortalWebSiteMapNode
Dim listName As String
Dim contextWeb As SPWeb
Dim returnValue As PortalListSiteMapNode

returnValue = instance.GetCachedList(webNode, _
    listName, contextWeb)
public PortalListSiteMapNode GetCachedList(
    PortalWebSiteMapNode webNode,
    string listName,
    SPWeb contextWeb
)

Paramètres

  • contextWeb
    Type : Microsoft.SharePoint.SPWeb

    Le site Web qui existe dans le contexte de l'utilisateur actuel. Par exemple, ce paramètre peut être défini à SPContext.Current.Web.

Valeur renvoyée

Type : Microsoft.SharePoint.Publishing.Navigation.PortalListSiteMapNode

Remarques

Le paramètre contextWeb détermine les éléments corrects à retourner.

Voir aussi

Référence

PortalSiteMapProvider classe

PortalSiteMapProvider - Membres

Microsoft.SharePoint.Publishing.Navigation - Espace de noms

PortalSiteMapProvider