ITaxonomyManagerSerialize Method
|
Retrieves the XML presentation of the Taxonomy Tree
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxXElement Serialize(
bool isPublish = false
)
Function Serialize (
Optional isPublish As Boolean = false
) As XElement
XElement^ Serialize(
bool isPublish = false
)
abstract Serialize :
?isPublish : bool
(* Defaults:
let _isPublish = defaultArg isPublish false
*)
-> XElement Parameters
- isPublish Boolean (Optional)
- If it is a publish, we don't need to include user security information.
Return Value
XElementXML presentation of the Taxonomy Tree
See Also