IList<DigitalGood> LoadForVariant( int productId, string optionList, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- productId
 - ID of the product to count for
 - optionList
 - Option list that specifies the product variant
 - 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 DigitalGood objects