IConfigurationEditorEditConfiguration Method

This method is used to edit a build component configuration

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
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.

Return Value

Boolean
True if the configuration element was updated, false if not

See Also