TmplItemXMLWrite Method (XmlTextWriter, Boolean) |
[This is preliminary documentation and is subject to change.]
Write TmplItem - (including sub-items) to XML file
Namespace: CSC.SC.TOPICA4.TemplateAssembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntaxpublic void XMLWrite(
XmlTextWriter writer,
bool persistUniqueId
)
Parameters
- writer
- Type: System.XmlXmlTextWriter
XML file to write to - persistUniqueId
- Type: SystemBoolean
Optionally persist the uniqueId
See Also