Help File Builder Plug In Export AttributeIs Hidden Property
This is used to indicate whether or not the plug-in is hidden in the project plug-in property page
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsHidden { get; set; }VB
Public Property IsHidden As Boolean
Get
SetC++
public:
property bool IsHidden {
bool get ();
void set (bool value);
}F#
member IsHidden : bool with get, setProperty Value
BooleanIf 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.