Click or drag to resize
Sandcastle Help File BuilderTopicVisible Property
This is used to get or set whether or not the topic is visible in the table of contents.

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

Property Value

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