PresentationStyleSettings.PlugInDependencies Property
Definition
- Namespace
- Sandcastle.Core.PresentationStyle
- Assembly
- Sandcastle.Core.dll
This read-only property returns any plug-in dependencies required by the presentation style
public IList<PlugInDependency> PlugInDependencies { get; }
Property Value
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.