Add and remove taxonomies: Add categories

To add a new category you will need to perform the following:

  1. Use TaxonomyManager which is the manager class for Taxonomies.
  2. Get the Categories taxonomy object.
  3. Create a new Taxon of type HierarchicalTaxon.
  4. Assign the Categories taxonomy to the taxon item that you created.
  5. If you want to assign a parent for the taxon, use the Parent property.
  6. Add the Taxon to the Category taxonomy
  7. Call the manager’s SaveChanges method to persist the changes to the database.

Use the following code sample:

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?