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