IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity CMS exposes manager classes for every type of content. The following code sample creates a hierarchical taxonomy and a taxon:
The code creates a taxonomy with the following structure:
You first get the TaxonomyManager. When creating hierarchical taxonomies, CreateTaxonomy() method is used with HierarchicalTaxonomy type. All taxa added to this taxonomy must be of type HierarchicalTaxon. In this example, there are two operations - adding a taxon to the taxonomy and adding a taxon to a taxon.
TaxonomyManager
CreateTaxonomy()
HierarchicalTaxonomy
HierarchicalTaxon
You are also setting the properties of the taxonomy and the taxa, and invoke SaveChanges() in the end.
SaveChanges()
To find a hierarchical taxonomy by its name, use the following code sample:
First, you get the taxonomy by id, then, you search its taxa by name.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important