Click or drag to resize
Sandcastle Help File BuilderPlugInConfigurationDictionaryFromXml Method
This is used to load existing plug-in configuration items from the project file

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void FromXml(
	string plugIns
)

Parameters

plugIns
Type: SystemString
The plug-in items
Remarks
The information is stored as an XML fragment
See Also