QuickLaunchOptions 枚举
Specifies whether the list is displayed on the Quick Launch of the site.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration QuickLaunchOptions
用法
Dim instance As QuickLaunchOptions
public enum QuickLaunchOptions
成员
成员名称 | 说明 | |
---|---|---|
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. |