ICategoryTranslationSerialize Method Ingeniux CMS Content Store API

Returns the XML presentation of this translation.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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).

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

Reference