IList<Product> FindForWrapGroup( string name, string sku, int wrapGroupId, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- name
- The name of the product
- sku
- The sku of the product
- wrapGroupId
- The wrapGroup Id of the product. Use special value (-1) to search products without any wrapGroups assigned.
- sortExpression
- Sort expression to use for sorting the loaded products
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
Return Value
List of products matching the given parameters