Wildcard Reference SettingsRecursive Property
This is used to get or set whether or not to scan sub-folders recursively
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public bool Recursive { get; set; }VB
Public Property Recursive As Boolean
Get
SetC++
public:
property bool Recursive {
bool get ();
void set (bool value);
}F#
member Recursive : bool with get, set