Add departments to a product

To add a department 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 Departments taxonomy.
  4. Get the department.
    Get an instance of the hierarchical taxon that represents the department.
    For more information, see For developers: Query departments.
  5. Add the taxon to the product.
    To add the department, call the AddTaxa method of the OrganizerBase object of the product and pass the department's value and the department’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 department 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?