Table of Contents

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

id string

The plug-in ID

enabled bool

True for enabled, false for disabled

config string

The plug-in configuration

Returns

PlugInConfiguration

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