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.