Freigeben über


CachedObjectSiteMapNode-Klasse

Stellt die Basisklasse für alle Knotentypen basierend auf zwischengespeicherten Darstellungen von Microsoft SharePoint Foundation -Objekten dar.

Vererbungshierarchie

System.Object
  System.Web.SiteMapNode
    Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
      Microsoft.SharePoint.Publishing.Navigation.CachedObjectSiteMapNode
        Microsoft.SharePoint.Publishing.Navigation.PortalListItemSiteMapNode
        Microsoft.SharePoint.Publishing.Navigation.PortalListSiteMapNode
        Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class CachedObjectSiteMapNode _
    Inherits PortalSiteMapNode
'Usage
Dim instance As CachedObjectSiteMapNode
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class CachedObjectSiteMapNode : PortalSiteMapNode

Hinweise

Verschiedene Knotenklassen, die von Websites, Web-Seiten, Listen und Listenelemente, die von diesem Typ abgeleitet sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

CachedObjectSiteMapNode-Member

Microsoft.SharePoint.Publishing.Navigation-Namespace