CustomContentSource.FollowDirectories Property
Gets or sets a Boolean value indicating whether the crawler should include subdirectories in the crawl.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FollowDirectories As Boolean
Get
Set
'Usage
Dim instance As CustomContentSource
Dim value As Boolean
value = instance.FollowDirectories
instance.FollowDirectories = value
public bool FollowDirectories { get; set; }
Property Value
Type: System.Boolean
true if the crawler should include subdirectories; otherwise, false.