Navigation.QuickLaunch property

Gets a value that collects navigation nodes corresponding to links in the Quick Launch area of the site.

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

Syntax

'Declaration
Public ReadOnly Property QuickLaunch As NavigationNodeCollection
    Get
'Usage
Dim instance As Navigation
Dim value As NavigationNodeCollection

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

Property value

Type: Microsoft.SharePoint.Client.NavigationNodeCollection
Returns a NavigationNodeCollection.instance which collects navigation nodes corresponding to links in the Quick Launch area of the site.

Remarks

It must be a null reference (Nothing in Visual Basic) if the Quick Launch node is unavailable.

See also

Reference

Navigation class

Navigation members

Microsoft.SharePoint.Client namespace