Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Enumeration QuickLaunchOptions
'Usage
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. |