Share via


SPNavigation.QuickLaunch Property

Gets an Microsoft.SharePoint.Navigation.SPNavigationNodeCollection object that contains the nodes that are exposed in the Quick Launch area of the site.

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

Syntax

Public ReadOnly Property QuickLaunch As SPNavigationNodeCollection
    Get

Dim instance As SPNavigation
Dim value As SPNavigationNodeCollection

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

Property Value

Type: Microsoft.SharePoint.Navigation.SPNavigationNodeCollection
Returns a Microsoft.SharePoint.Navigation.SPNavigationNodeCollection object.

Remarks

The parent node for Quick Launch is hidden by having its IsVisible property set to false in the node hierarchy.

See Also

Reference

SPNavigation Class

SPNavigation Members

Microsoft.SharePoint.Navigation Namespace

Microsoft.SharePoint.Navigation.SPNavigationNodeCollection

Microsoft.SharePoint.Navigation.SPNavigationNode