TopicVisible Property
This is used to get or set whether or not the topic is visible in the table of contents
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool Visible { get; set; }VB
Public Property Visible As Boolean
Get
SetC++
public:
property bool Visible {
bool get ();
void set (bool value);
}F#
member Visible : bool with get, setProperty Value
BooleanIf 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.