| TocEntryIncludePage Property |
This is used to get or set whether or not the page will appear in
the table of contents.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool IncludePage { get; set; }
Public Property IncludePage As Boolean
Get
Set
public:
property bool IncludePage {
bool get ();
void set (bool value);
}
member IncludePage : bool with get, set
Property Value
Type:
BooleanRemarks 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