Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectPlugInConfigurations Property
This is used to get a dictionary of build process plug-in configurations

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public PlugInConfigurationDictionary PlugInConfigurations { get; }

Property Value

Type: PlugInConfigurationDictionary
Remarks
This allows you to select and configure the settings for third party build process plug-ins.
See Also