Click or drag to resize
TranslationReference.WriteToXmlElement Method
Adds the translation nodes to the serialization

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

Parameters

element
Type: System.Xml.XmlNode
Parent element for translation data
See Also