IPlugInConfigurationEditorEditConfiguration Method

This method is used to edit a plug-in configuration

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
bool EditConfiguration(
	SandcastleProject project,
	XElement configuration
)

Parameters

project  SandcastleProject
A reference to the active project
configuration  XElement
An XML element containing the current configuration settings

Return Value

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

See Also