Свойство List.NoCrawl
Gets or sets a value that specifies that the crawler must not crawl the list.
Пространство имен: 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 NoCrawl As Boolean
Get
Set
'Применение
Dim instance As List
Dim value As Boolean
value = instance.NoCrawl
instance.NoCrawl = value
public bool NoCrawl { get; set; }
Значение свойства
Тип: System.Boolean
Returns Booleantrue if the crawler does not crawl the list otherwise returns false. The default value is
Исключения
Исключение | Условие |
---|---|
[System.NotSupportedException] | Value is set to true and the list is an external list. Error code: -1. |