This is used to get or set whether or not to scan sub-folders recursively

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.7.0

Syntax

C#
public bool Recursive { get; set; }
Visual Basic
Public Property Recursive As Boolean
	Get
	Set

Property Value

Type: Boolean

See Also