HelpFileBuilderPlugInExportAttribute Class

This is a custom version of the ExportAttribute that contains metadata for the help file builder plug-ins.

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public sealed class HelpFileBuilderPlugInExportAttribute : ExportAttribute
Inheritance
ExportAttribute    HelpFileBuilderPlugInExportAttribute

Constructors

Properties

Copyright This is used to get or set copyright information for the plug-in
Description This is used to get or set a brief description of the plug-in
Id This read-only property is used to get the plug-in ID
IsHidden This is used to indicate whether or not the plug-in is hidden in the project plug-in property page
RunsInPartialBuild This is used to get or set whether or not the plug-in runs in partial builds
Version This is used to get or set the plug-in version number

See Also