Returns the XML presentation of taxonomy associations.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XElementThe XML presentation of taxonomy associations.
Remarks
Examples
<?xml version="1.0" encoding="UTF-8"?> <TaxonomyAssociations> <Definitions> <Definition Description="The Association between category and page" FullName="Association" TagName="A" /> <Definition Description="The category id" FullName="CategoryID" TagName="C" /> <Definition Description="The page XID associated with certain category" FullName="Page XID" TagName="P" /> <Definition Description="Last Updated Date" FullName="LastUpdatedDate" TagName="LUD" /> <Definition Description="Last Update User" FullName="LastUpdateUser" TagName="LUU" /> </Definitions> <Associations> <A C="Categories/132" P="x27" LUU="ingeniux\awang" LUD="20081215T11:48:05" /> <A C="Categories/130" P="x34" LUU="ingeniux\awang" LUD="20081215T11:48:09" /> <A C="Categories/131" P="x35" LUU="ingeniux\awang" LUD="20081215T11:48:18" /> </Associations> </TaxonomyAssociations>
See Also