IDocumentation SourceInclude Sub Folders Property
This is used to get or set whether subfolders are included when searching for files if the
SourceFile value contains wildcards.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If set to true and the source file value contains wildcards, subfolders will be included. If set to false, the default, or the source file value does not contain wildcards, only the top-level folder is included in the search.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool IncludeSubFolders { get; set; }VB
Property IncludeSubFolders As Boolean
Get
SetC++
property bool IncludeSubFolders {
bool get ();
void set (bool value);
}F#
abstract IncludeSubFolders : bool with get, setProperty Value
BooleanIf set to true and the source file value contains wildcards, subfolders will be included. If set to false, the default, or the source file value does not contain wildcards, only the top-level folder is included in the search.