DocumentationSourceIncludeSubFolders Property

This is used to get or set whether subfolders are included when searching for files if the SourceFile value contains wildcards.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool IncludeSubFolders { get; set; }

Property Value

Boolean
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.

See Also