Click or drag to resize

ICategoryTranslationSerialize Method


Returns the XML presentation of this translation.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
XElement Serialize()

Return Value

Type: XElement
XML presentation.
Remarks
Translations are not serialized under the CategoryNode serialization output, but under the "L10N/C" node of Taxonomy Manager serialization output. Translations are grouped by the CategoryNode they belong to.
Examples

One Translation for CategoryNode "Animalia" under language "zh-cn" (Simplified Chinese–People's Republic of China).

XML
<TR LUD="20130816T10:56:34" LUU="ingeniux\awang" T="界" D="動物是多細胞真核生命體中的一大類群" N="動物界" locale="zh-cn"/>
See Also