DocumentationSourceIncludeSubFolders Property
This is used to get or set whether subfolders are included when searching for files if the
SourceFile value contains wildcards.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool IncludeSubFolders { get; set; }
Public Property IncludeSubFolders As Boolean
Get
Set
public:
property bool IncludeSubFolders {
bool get ();
void set (bool value);
}
member IncludeSubFolders : bool with get, set
Property 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.