ProxySiteMapNode-Klasse
Die von der PortalSiteMapNode -Klasse verwendet, um Knoten vom Typ CachedObjectSiteMapNodeumschließen abgeleitete Klasse darstellt.
Vererbungshierarchie
System.Object
System.Web.SiteMapNode
Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode
Microsoft.SharePoint.Publishing.Navigation.SPNavigationSiteMapNode
Microsoft.SharePoint.Publishing.Navigation.ProxySiteMapNode
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ProxySiteMapNode _
Inherits SPNavigationSiteMapNode
'Usage
Dim instance As ProxySiteMapNode
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ProxySiteMapNode : SPNavigationSiteMapNode
Hinweise
Knoten des Typs CachedObjectSiteMapNode müssen durch ein ProxySiteMapNode -Objekt für die Einschränkung aus Sicherheitsgründen und für einen ordnungsgemäßen zusammengefasst werden.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.