Click or drag to resize
Sandcastle Help File BuilderTopicContentId Property
This is used to get the content ID from the content layout file.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string ContentId { get; }

Property Value

Type: 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