BuildProcessRootContentContainerId Property

This is used to get or set the topic ID to use for the root content container node

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string RootContentContainerId { get; set; }

Property Value

String

Remarks

If not set, all content will appear at the root level in the TocParentId. If set, the value should be the ID of a topic in the project's conceptual content. The topic must appear in a content layout file and must have its Visible property set to False in the layout file.

See Also