ISandcastle ProjectRoot Namespace Container Property
This read-only property is used to get 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.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool RootNamespaceContainer { get; }VB
ReadOnly Property RootNamespaceContainer As Boolean
GetC++
property bool RootNamespaceContainer {
bool get ();
}F#
abstract RootNamespaceContainer : bool with getProperty Value
BooleanIf 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.