Click or drag to resize
Sandcastle Help File BuilderTocEntry Methods

The TocEntry type exposes the following members.

Methods
  NameDescription
Public methodClone
Clone this table of contents entry
Public methodCompareTo
Compares this instance to another instance and returns an indication of their relative values.
Public methodContainsMatch
See if this entry or one of its children is a match to the specified source filename.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get a hash code for this item
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadSiteMapNode
This will load information about the entry from the node and will also load all child nodes.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
This raises the PropertyChanged event
Public methodResetSortOrder
Reset the sort order on this item and its children
Public methodSaveAsSiteMapNode
Save this node and its children to the specified root node as site map nodes.
Public methodToAnchor
Convert the entry to its <a> element form
Public methodToString
Convert the table of contents entry and its children to a string
(Overrides ObjectToString.)
Public methodToString(HelpFileFormats)
Convert the table of contents entry and its children to a string in the specified help file format.
Top
See Also