TopicContentId Property

This is used to get the content ID from the content layout file

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string ContentId { get; }

Property Value

String

Remarks

This should match an ID from a project file. If not, it will serve as an container node with no associated topic.

See Also