ICategoryTranslationSerialize Method
|
Returns the XML presentation of this translation.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function Serialize As XElement
abstract Serialize : unit -> XElement
Return Value
Type:
XElementXML 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