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