Table of Contents

IDocumentationSource.IncludeSubFolders Property

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

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

bool IncludeSubFolders { get; set; }

Property Value

bool

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.