Add and remove taxonomies: Add tags

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

  1. Use TaxonomyManager which is the manager class for taxonomies.
  2. Get the Tags taxonomy object.
  3. Create a new taxon of type FlatTaxon.
  4. Assign the Tags taxonomy to the taxon item that you created.
  5. Add the taxon to the Tags taxonomy.
  6. Call the manager’s SaveChanges method to persist the changes to the database.

Use the following code sample:

Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?