SP.QuickLaunchOptions Enumeration
Applies to: SharePoint Foundation 2010
Specifies whether the list is displayed on the Quick Launch of the site.
Values
Name |
Description |
---|---|
off |
Enumeration whose values specify that the list is not displayed on the Quick Launch of the site. The value = 0. |
on |
Enumeration whose values specify that the list is displayed on the Quick Launch of the site. The value = 1. |
defaultValue |
Enumeration whose values specify that the list is displayed on the Quick Launch of the site if the OnQuickLaunch property of the list definition or list template of the associated list is true. The value = 2. |