ComponentConfigurationDictionaryFromXml Method

This is used to load existing component configuration items from the project file

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void FromXml(
	string components
)

Parameters

components  String
The component items

Remarks

The information is stored as an XML fragment

See Also