Поделиться через


Свойство List.OnQuickLaunch

Gets or sets a value that specifies whether the list appears 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 Property OnQuickLaunch As Boolean
    Get
    Set
'Применение
Dim instance As List
Dim value As Boolean

value = instance.OnQuickLaunch

instance.OnQuickLaunch = value
public bool OnQuickLaunch { get; set; }

Значение свойства

Тип: System.Boolean
Returns Booleantrue if the list appears on the Quick Launch of the site otherwise return false. The default value is

Исключения

Исключение Условие
[System.UnauthorizedAccessException]

The current user has insufficient permissions. Error code: -2147024891.

Замечания

If the value is set to true, the server must set the Hidden property of the list to false.

См. также

Справочные материалы

List класс

Элементы List

Пространство имен Microsoft.SharePoint.Client