Click or drag to resize
Sandcastle Help File BuilderDocumentationSourceIncludeSubFolders Property
This is used to get or set whether subfolders are included when searching for files if the SourceFile value contains wildcards.

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

Property Value

Type: 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