HierarchicalContentSource.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 HierarchicalContentSource
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.

See also

Reference

HierarchicalContentSource class

HierarchicalContentSource members

Microsoft.Office.Server.Search.Administration namespace