Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectRootNamespaceContainer Property
This is used to get or set whether or not a root namespace entry is added to the table of contents to act as a container for the namespaces from the documented assemblies.

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

Property Value

Type: Boolean
If true, a root Namespaces table of contents entry will be created as the container of the namespaces in the documented assemblies. If false, the default, the namespaces are listed in the table of contents as root entries.
See Also