HelpFileBuilderPlugInExportAttributeIsHidden Property

This is used to indicate whether or not the plug-in is hidden in the project plug-in property page

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool IsHidden { get; set; }

Property Value

Boolean
If set to true, the plug-in is hidden in the project plug-in property page and cannot be added to the project. If false, the default, it can be added to projects. This is useful for presentation style dependency plug-ins that have no configurable elements and thus do not need to be manually added to the project to override settings.

See Also