IPlug In Configuration EditorEdit Configuration Method
This method is used to edit a plug-in configuration
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if the configuration element was updated, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool EditConfiguration(
ISandcastleProject project,
XElement configuration
)VB
Function EditConfiguration (
project As ISandcastleProject,
configuration As XElement
) As BooleanC++
bool EditConfiguration(
ISandcastleProject^ project,
XElement^ configuration
)F#
abstract EditConfiguration :
project : ISandcastleProject *
configuration : XElement -> bool Parameters
- project ISandcastleProject
- A reference to the active project
- configuration XElement
- An XML element containing the current configuration settings
Return Value
BooleanTrue if the configuration element was updated, false if not