Click or drag to resize
Sandcastle Help File BuilderIPlugInMetadataIsConfigurable Property
This read-only property returns true if the plug-in is configurable or false if it is not

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
bool IsConfigurable { get; }

Property Value

Type: Boolean
If this returns true, the ConfigurePlugIn(SandcastleProject, String) method will be called to allow the user to configure the plug-in's settings when requested.
See Also