| 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: 2014.11.22.0
Syntax 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
Type:
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.
See Also