Click or drag to resize
TranslationReferenceWriteToXmlElement Method
Adds the translation nodes to the serialization

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void WriteToXmlElement(
	XmlNode element
)

Parameters

element
Type: System.XmlXmlNode
Parent element for translation data
See Also