ComponentConfigurationDictionaryFromXml Method

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

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public void FromXml(
	string components
)

Parameters

components  String
The component items

Remarks

The information is stored as an XML fragment

See Also