Table of Contents

IConfigurationEditor.EditConfiguration Method

Definition

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

This method is used to edit a build component configuration

bool EditConfiguration(XElement configuration, CompositionContainer container)

Parameters

configuration XElement

An XML element containing the current configuration settings

container CompositionContainer

A composition container that holds all of the exported components found by the build tool. This can be used to locate and work with other components if necessary.

Returns

bool

True if the configuration element was updated, false if not