This plug-in class can be used to exclude API members from the table of contents via the <tocexclude /> XML comment tag. The excluded items are still accessible in the help file via other topic links.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.3.0

Syntax

C#
public class TocExcludePlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class TocExcludePlugIn _
	Implements IPlugIn, IDisposable

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..TocExcludePlugIn

See Also