IList<Product> LoadForProductTemplate( int productTemplateId, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- productTemplateId
- The given ProductTemplateId
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
- sortExpression
- The sort expression to use for sorting the loaded objects.
Return Value
A collection of Product objects associated with with the given ProductTemplateId