WebsiteTableOfContentsGeneratorPlugIn Class

This plug-in class is used to generate table of contents information for website-based presentation styles.

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.2.18.0
public sealed class WebsiteTableOfContentsGeneratorPlugIn : IPlugIn, 
	IDisposable
Inheritance
Object    WebsiteTableOfContentsGeneratorPlugIn
Implements
IPlugIn, IDisposable

Remarks

This is a presentation style dependency plug-in and has no configurable elements. As such, it is hidden.

Constructors

WebsiteTableOfContentsGeneratorPlugInInitializes a new instance of the WebsiteTableOfContentsGeneratorPlugIn class

Properties

ExecutionPoints This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Execute This method is used to execute the plug-in during the build process
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize This method is used to initialize the plug-in at the start of the build process
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also