PortalSiteMapNode.WebNode property

Gets a new instance of the PortalWebSiteMapNode() object when the current PortalWebSiteMapNode instance is invalidated.

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

Syntax

'Declaration
Public ReadOnly Property WebNode As PortalWebSiteMapNode
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As PortalWebSiteMapNode

value = instance.WebNode
public PortalWebSiteMapNode WebNode { get; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode
Gets an object that represents a map node.

Remarks

Each PortalWebSiteMapNode object is linked to a PortalSiteMapNode object to control invalidation. Whenever the PublishingWeb object or any object the PortalWebSiteMapNode object contains changes, all PortalWebSiteMapNode objects associated with the corresponding PortalSiteMapNode object are invalidated. New instances are created when required.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace