Hi,
I have a question about conversion between these two CatalogItem objects: Catalog.CatalogItemsDataSet.CatalogItem and Catalog.CatalogItem. Is there a method to convert them back and forth
Thanks,
Leia
Commerce Server 2007
Hi,
I have a question about conversion between these two CatalogItem objects: Catalog.CatalogItemsDataSet.CatalogItem and Catalog.CatalogItem. Is there a method to convert them back and forth
Thanks,
Leia
CatalogItem is an abstract class that both category and product inherit. Take a look at Catalog Objects Architecture. CatalogItem allows access to underlaying DataTable.
-Max
What about if I want to get a list of the Parent Categories for a CatalogItem. However, when I bind it currenlty, it is a CatalogItemsDataSet.CatalogItem which doesn't offer the CatalogItem.ParentCategories() method. What is the best method of retrieving a list of Parent Categories