PlugInConfigurationDictionaryAdd(String, Boolean, String) Method

Add a new item to the dictionary

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public PlugInConfiguration Add(
	string id,
	bool enabled,
	string config
)

Parameters

id  String
The plug-in ID
enabled  Boolean
True for enabled, false for disabled
config  String
The plug-in configuration

Return Value

PlugInConfiguration
The PlugInConfiguration added to the project. If the ID already exists in the collection, the existing item is returned.

See Also