ProxySiteMapNode Constructor

Initializes a new instance of a ProxySiteMapNode object.

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

Syntax

'Declaration
Public Sub New ( _
    webNode As PortalWebSiteMapNode, _
    parentNode As PortalSiteMapNode, _
    cachedObjectSiteMapNode As CachedObjectSiteMapNode _
)
'Usage
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
)

Parameters

Remarks

Use this constructor to wrap types derived from the CachedObjectSiteMapNode such as CachedListSiteMapNode and CachedListItemSiteMapNode when security trimming is required on these nodes.

See Also

Reference

ProxySiteMapNode Class

ProxySiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace