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

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?