| SandcastleProjectRootNamespaceContainer 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.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool RootNamespaceContainer { get; set; }
Public Property RootNamespaceContainer As Boolean
Get
Set
public:
property bool RootNamespaceContainer {
bool get ();
void set (bool value);
}
member RootNamespaceContainer : bool with get, set
Property Value
Type:
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.
See Also