Click or drag to resize
Sandcastle Help File BuilderNamespaceSummaryItemCollectionFromXml Method
This is used to load existing namespace summary items from the project file

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

Parameters

namespaceSummaries
Type: SystemString
The namespace summary items
Remarks
The information is stored as an XML fragment
See Also