PlugInDependencyConfiguration Property

The default configuration to use for the plug-in

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string Configuration { get; }

Property Value

String

Remarks

This can be either an empty configuration element or one filled in with default values for any plug-in configuration parameters. If the plug-in is visible to the user and has been added to the project, the project configuration will override this one.

See Also