TopicContent Id 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ContentId { get; }VB
Public ReadOnly Property ContentId As String
GetC++
public:
property String^ ContentId {
String^ get ();
}F#
member ContentId : string with getProperty Value
StringRemarks
This should match an ID from a project file. If not, it will serve as an container node
with no associated topic.