SPList Properties


SPList.OnQuickLaunch Property (Microsoft.SharePoint)
Gets or sets a Boolean value that specifies whether the list appears on the Quick Launch of the home page.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property OnQuickLaunch As Boolean
Visual Basic (Usage)
Dim instance As SPList
Dim value As Boolean

value = instance.OnQuickLaunch

instance.OnQuickLaunch = value
C#
public bool OnQuickLaunch { get; set; }

Property Value

true if the list appears on the Quick Launch area of the homepage; otherwise, false.
See Also

Tags :


Page view tracker