Click or drag to resize
Sandcastle Help File BuilderTocEntryIncludePage Property
This is used to get or set whether or not the page will appear in the table of contents.

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

Property Value

Type: Boolean
Remarks
For root entries that have children, the node will appear in the table of contents but will have no page associated with it. The other options such as SortOrder will still have an effect.
See Also