Target DictionaryRecurse Property
This is used to get or set whether to recurse into subfolders of DirectoryPath when
loading target files.
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool Recurse { get; protected set; }VB
Public Property Recurse As Boolean
Get
Protected SetC++
public:
property bool Recurse {
bool get ();
protected: void set (bool value);
}F#
member Recurse : bool with get, set