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 linked 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.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace