Product_Categories Links
Content
Hi All,
Here is a small piece of code to retrieve Products of a Category. Hope this helps:
Version
Nov 2014Code Snippet
public void getProducts() { ServiceCategory category = new ServiceCategory(); category.ID = new ID(); category.ID.id = 70; category.ID.idSpecified = true;
3