IPlugInConfigurationEditorEditConfiguration Method

This method is used to edit a plug-in configuration

Definition

Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool EditConfiguration(
	ISandcastleProject project,
	XElement configuration
)

Parameters

project  ISandcastleProject
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