PresentationStyleSettingsPlugInDependencies Property

This read-only property returns any plug-in dependencies required by the presentation style

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public IList<PlugInDependency> PlugInDependencies { get; }

Property Value

IListPlugInDependency

Remarks

This is used to ensure that any dependent plug-ins are added to the build. If any of the plug-ins are visible to the user and have been added to the project, the project configuration will override the default configuration supplied here.

See Also