QuickLaunchOptions enumeration
SharePoint Online
Specifies whether the list is displayed on the Quick Launch of the site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member 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. |
Show: