Share via


PortalNavigation.CurrentNavigationNodes property

Gets or sets a collection of SPNavigationNode objects that get included in the current navigation of the associated site.

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

Syntax

'Declaration
Public ReadOnly Property CurrentNavigationNodes As SPNavigationNodeCollection
    Get
'Usage
Dim instance As PortalNavigation
Dim value As SPNavigationNodeCollection

value = instance.CurrentNavigationNodes
public SPNavigationNodeCollection CurrentNavigationNodes { get; }

Property value

Type: Microsoft.SharePoint.Navigation.SPNavigationNodeCollection
An SPNavigationNodeCollection object that corresponds to the SharePoint Quick Launch.

See also

Reference

PortalNavigation class

PortalNavigation members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalSiteMapProvider

NavigationType