This represents a table of contents entry. This is used to build the table of contents entries for additional content items.

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class TocEntry : IComparable<TocEntry>, 
	ICloneable, INotifyPropertyChanged
Visual Basic
Public Class TocEntry _
	Implements IComparable(Of TocEntry), ICloneable,  _
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.Utils.ConceptualContent..::..TocEntry

See Also