TopicVisible Property

This is used to get or set whether or not the topic is visible in the table of contents

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool Visible { get; set; }

Property Value

Boolean
If set to false, the item will still be added to the help file but to be accessible, a link to it must appear in one of the other topics.

See Also