int SearchRelatedProductsCount( string productName, int categoryId, CrossSellState crossSellFilter, int productId, int groupId )
Parameters
- productName
- The product name to search
- categoryId
- The category id to search within
- crossSellFilter
- The type of cross sell relationship the target items have to the given product
- productId
- The product used to determine cross sell relationship
- groupId
- Assgined group id of the product
Return Value
The number of Product objects matching the cross sell search criteria.