StandardDocumentModel.RootNamespaceContainerId Property
Definition
- Namespace
- Sandcastle.Core.PresentationStyle
- Assembly
- Sandcastle.Core.dll
This is used to get or set an optional root namespace container ID
public 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.