SPList Properties


SPList.NoCrawl Property (Microsoft.SharePoint)
Gets or sets a Boolean value specifying whether crawling is enabled for the list.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property NoCrawl As Boolean
Visual Basic (Usage)
Dim instance As SPList
Dim value As Boolean

value = instance.NoCrawl

instance.NoCrawl = value
C#
public bool NoCrawl { get; set; }

Property Value

true if crawling is not enabled; otherwise, false.
See Also

Tags :


Page view tracker