Share via


CachedObjectSiteMapNode classe

Representa a classe base para os tipos de nós, com base em representações em cache de objetos Microsoft SharePoint Foundation .

Inheritance hierarchy

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 (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<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
'Uso
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

Comentários

Várias classes de nó que representa a sites da Web, páginas da Web, listas e itens de lista que são derivados deste tipo.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

CachedObjectSiteMapNode membros

Microsoft.SharePoint.Publishing.Navigation namespace