Saves the configuration content to the XML.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
protected override void SaveContent(
	XmlWriter writer
)

Parameters

writer
Type: System.Xml..::.XmlWriter
The XML writer usig that the configuration will be saved.

See Also