PortalSiteMapNode.PortalProvider Property
Gets a new instance of the PortalSiteMapNode() object when the current PortalSiteMapNode object is invalidated.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property PortalProvider As PortalSiteMapProvider
Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As PortalSiteMapProvider
value = instance.PortalProvider
public PortalSiteMapProvider PortalProvider { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider
A new instance of the PortalSiteMapNode object.
Remarks
Each PortalSiteMapNode instance is tied to a PortalWebSiteMapNode object to control invalidation. Whenever the PublishingWeb object or any object that the PortalWebSiteMapNode object contains changes, all PortalSiteMapNode objects associated with the corresponding PortalWebSiteMapNode object are invalidated. New instances are created when required.