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
configurationXElementAn XML element containing the current configuration settings
containerCompositionContainerA 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