| FileItemExcludeFromToc 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.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool ExcludeFromToc { get; set; }
Public Property ExcludeFromToc As Boolean
Get
Set
public:
property bool ExcludeFromToc {
bool get ();
void set (bool value);
}
member ExcludeFromToc : bool with get, set
Property Value
Type:
BooleanRemarks If true, the item is not included in the table of contents.
If false, it will be included.
See Also