IPlugInConfigurationEditorEditConfiguration Method
This method is used to edit a plug-in configuration
Namespace: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
bool EditConfiguration(
ISandcastleProject project,
XElement configuration
)
Function EditConfiguration (
project As ISandcastleProject,
configuration As XElement
) As Boolean
bool EditConfiguration(
ISandcastleProject^ project,
XElement^ configuration
)
abstract EditConfiguration :
project : ISandcastleProject *
configuration : XElement -> bool
- project ISandcastleProject
- A reference to the active project
- configuration XElement
- An XML element containing the current configuration settings
BooleanTrue if the configuration element was updated, false if not