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
Each PortalWebSiteMapNode object is tied 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.