Click or drag to resize

TmplItemCollectionXMLWrite Method (XmlTextWriter, Boolean)

[This is preliminary documentation and is subject to change.]

Write XML representation of all TmplItems in the collection

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public void XMLWrite(
	XmlTextWriter writer,
	bool persistUniqueId
)

Parameters

writer
Type: XmlTextWriter
persistUniqueId
Type: SystemBoolean

[Missing <param name="persistUniqueId"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemCollection.XMLWrite(System.Xml.XmlTextWriter,System.Boolean)"]

See Also