NamespaceSummaryItemCollectionFromXml Method

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

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public void FromXml(
	string namespaceSummaries
)

Parameters

namespaceSummaries  String
The namespace summary items

Remarks

The information is stored as an XML fragment

See Also