IPlugInConfigurationEditorEditConfiguration Method
This method is used to edit a plug-in configuration
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
bool EditConfiguration(
SandcastleProject project,
XElement configuration
)
Function EditConfiguration (
project As SandcastleProject,
configuration As XElement
) As Boolean
bool EditConfiguration(
SandcastleProject^ project,
XElement^ configuration
)
abstract EditConfiguration :
project : SandcastleProject *
configuration : XElement -> bool
- project SandcastleProject
- 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