PlugInConfigurationDictionary.Add Method
Definition
- Namespace
- Sandcastle.Core.PlugIn
- Assembly
- Sandcastle.Core.dll
Add a new item to the dictionary
public PlugInConfiguration Add(string id, bool enabled, string config)
Parameters
idstringThe plug-in ID
enabledboolTrue for enabled, false for disabled
configstringThe plug-in configuration
Returns
- PlugInConfiguration
The PlugInConfiguration added to the project. If the ID already exists in the collection, the existing item is returned.