IList<ProductDigitalGood> LoadForVariant( int productId, string optionList, int maximumRows, int startRowIndex )
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.
Return Value
A collection of ProductDigitalGood objects