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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property QuickLaunch As NavigationNodeCollection
    Get
'Usage
Dim instance As Navigation
Dim value As NavigationNodeCollection

value = instance.QuickLaunch
[RemoteAttribute]
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