Click or drag to resize
Sandcastle Help File BuilderFileItemExcludeFromToc Property
For content items such as HTML pages, this is used to get or set whether or not the item is excluded from the table of contents.

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

Property Value

Type: Boolean
Remarks
If true, the item is not included in the table of contents. If false, it will be included.
See Also