SPListTemplate.QuickLaunchOptions enumeration

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.

See also

Reference

Microsoft.SharePoint namespace