TopicVisible Property
This is used to get or set whether or not the topic is visible in the table of contents
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
public:
property bool Visible {
bool get ();
void set (bool value);
}
member Visible : bool with get, set
Property 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.