Click or drag to resize
Sandcastle Help File BuilderIPlugInMetadata Interface
This class defines the metadata for a Sandcastle Help File Builder build process plug-in

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public interface IPlugInMetadata

The IPlugInMetadata type exposes the following members.

Properties
  NameDescription
Public propertyCopyright
This read-only property returns the copyright information for the plug-in
Public propertyDescription
This read-only property returns a brief description of the plug-in
Public propertyId
This read-only property returns the ID for the plug-in
Public propertyIsConfigurable
This read-only property returns true if the plug-in is configurable or false if it is not
Public propertyIsHidden
This read-only property returns true if the plug-in is hidden in the project plug-in property page
Public propertyRunsInPartialBuild
This read-only property returns true if the plug-in should run in a partial build or false if it should not.
Public propertyVersion
This read-only property returns the version of the plug-in
Top
See Also