NamespaceSummaryItemCollectionFromXml Method

This is used to load existing namespace summary items from the project file

Definition

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

Parameters

namespaceSummaries  String
The namespace summary items

Remarks

The information is stored as an XML fragment

See Also