Compartilhar via


ProxySiteMapNode construtor

Inicializa uma nova instância de um objeto ProxySiteMapNode .

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

Sintaxe

'Declaração
Public Sub New ( _
    webNode As PortalWebSiteMapNode, _
    parentNode As PortalSiteMapNode, _
    cachedObjectSiteMapNode As CachedObjectSiteMapNode _
)
'Uso
Dim webNode As PortalWebSiteMapNode
Dim parentNode As PortalSiteMapNode
Dim cachedObjectSiteMapNode As CachedObjectSiteMapNode

Dim instance As New ProxySiteMapNode(webNode, _
    parentNode, cachedObjectSiteMapNode)
public ProxySiteMapNode(
    PortalWebSiteMapNode webNode,
    PortalSiteMapNode parentNode,
    CachedObjectSiteMapNode cachedObjectSiteMapNode
)

Parâmetros

Comentários

Use este construtor para empacotar tipos derivados de CachedObjectSiteMapNode , como CachedListSiteMapNode e CachedListItemSiteMapNode quando o aparamento de segurança é necessária em nós.

Ver também

Referência

ProxySiteMapNode classe

ProxySiteMapNode membros

Microsoft.SharePoint.Publishing.Navigation namespace