Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectRootNamespaceTitle Property
This is used to get or set an alternate title for the root namespaces page and the root table of contents container that appears when RootNamespaceContainer is set to true.

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

Property Value

Type: String
If left blank (the default), the localized version of the text "Namespaces" will be used.
See Also