Click or drag to resize
Sandcastle Help File BuilderLightweightWebsiteStylePlugIn Class
This plug-in class is used to add elements for the lightweight website style such as a search box and a table of contents in the topics similar to the current MSDN lightweight style.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.PlugInsLightweightWebsiteStylePlugIn

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax
public sealed class LightweightWebsiteStylePlugIn : IPlugIn, 
	IDisposable

The LightweightWebsiteStylePlugIn type exposes the following members.

Constructors
  NameDescription
Public methodLightweightWebsiteStylePlugIn
Initializes a new instance of the LightweightWebsiteStylePlugIn class
Top
Methods
  NameDescription
Public methodConfigurePlugIn
This method is used by the Sandcastle Help File Builder to let the plug-in perform its own configuration.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute
This method is used to execute the plug-in during the build process
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
This method is used to initialize the plug-in at the start of the build process
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyExecutionPoints
This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.
Top
Remarks
This is a presentation style dependency plug-in and has no configurable elements. As such, it is hidden.
See Also