Table of Contents

ComponentConfigurationDictionary.Add Method

Definition

Namespace
Sandcastle.Core.BuildAssembler.BuildComponent
Assembly
Sandcastle.Core.dll

Add a new item to the dictionary

public BuildComponentConfiguration Add(string id, bool enabled, string config)

Parameters

id string

The component ID

enabled bool

True for enabled, false for disabled

config string

The component configuration

Returns

BuildComponentConfiguration

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