Specifies whether to display Quick Launch links to lists created through the list template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration QuickLaunchOptions
Dim instance As SPListTemplate.QuickLaunchOptions
public enum QuickLaunchOptions
Members
| Member name | Description | |
|---|---|---|
| Off | Do not display a link to the list in the Quick Launch. Value = 0. | |
| On | Display a link to the list in the Quick Launch. Value = 1. | |
| Default | Display a link to the list in the Quick Launch if the OnQuickLaunch attibute of the ListTemplate element in the Feature's element XML file equals TRUE. Value = 2. |