SPWeb.QuickLaunchEnabled Property

Gets or sets a Boolean value that specifies whether the Quick Launch area is enabled on the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property QuickLaunchEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.QuickLaunchEnabled

instance.QuickLaunchEnabled = value
[ClientCallableAttribute]
public bool QuickLaunchEnabled { get; set; }

Property Value

Type: System.Boolean
true to enable the Quick Launch area on the website; otherwise, false.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace