SandcastleProjectPlugInConfigurations Property

This read-only property is used to get a dictionary of build process plug-in configurations

Definition

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

Property Value

PlugInConfigurationDictionary

Remarks

This allows you to select and configure the settings for third party build process plug-ins

See Also