Add tags to a product

To add tags to a product, you must perform the following:

  1. Get instances of the following managers:
    • Catalog manager
    • Taxonomy manager
  2. Get an instance of the product.
  3. Get an instance of the Tags taxonomy.
  4. Get an instance of the taxon that represents the tag.
  5. Add the tag to the product.
    To add the tag, call the AddTaxa method of the OrganizerBase object of the product and pass the tag's value and the taxon’s ID as arguments.
    The OrganizerBase object is stored in the Organizer property of the Product class.
  6. Save the changes to the catalog manager.

Add a tag to a product

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?