PortalSiteMapProvider.CurrentNode property

Gets a PortalSiteMapNode object that represents the item a site user is currently visiting.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CurrentNode As SiteMapNode
    Get
'Usage
Dim instance As PortalSiteMapProvider
Dim value As SiteMapNode

value = instance.CurrentNode
public override SiteMapNode CurrentNode { get; }

Property value

Type: System.Web.SiteMapNode
A PortalSiteMapNode object that represents the item a user is currently visiting.

See also

Reference

PortalSiteMapProvider class

PortalSiteMapProvider members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider