IApplyDocumentModelRootNamespaceContainerId Property

This is used to get or set an optional root namespace container ID

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
string RootNamespaceContainerId { get; set; }

Property Value

String
If not set, no root namespace container node will be added. If set, a root namespace container node (R:) will be added with the given ID. The build engine will set this based on the root namespace container project properties.

See Also