SPListTemplate.QuickLaunchOptions enumeration
SharePoint 2013
Specifies whether to display Quick Launch links to lists created through the list template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| 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. |
Show: