Table of Contents

IPlugInConfigurationEditor.EditConfiguration Method

Definition

Namespace
Sandcastle.Core.PlugIn
Assembly
Sandcastle.Core.dll

This method is used to edit a plug-in configuration

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

Returns

bool

True if the configuration element was updated, false if not