Click or drag to resize

ITaxonomyManagerSerialize Method


Retrieves the XML presentation of the Taxonomy Tree

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
XElement Serialize(
	bool isPublish = false
)

Parameters

isPublish (Optional)
Type: SystemBoolean
If it is a publish, we don't need to include user security information.

Return Value

Type: XElement
XML presentation of the Taxonomy Tree
See Also