QuickLaunchOptions enumeration

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)

Syntax

'Declaration
Public Enumeration QuickLaunchOptions
'Usage
Dim instance As QuickLaunchOptions
public enum QuickLaunchOptions

Members

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.

See also

Reference

Microsoft.SharePoint.Client namespace