Click or drag to resize

ICategorySynonymSerialize Method


Returns the XML presentation of this Synonym.

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
Synonyms are not serialized under the CategoryNode serialization output, but under the "SYN/L" node of Taxonomy Manager serialization output.
Examples
One Synonym for Category "Animalia":
XML
<S>Animal</S>
See Also