IList<Subscription> LoadExpiredSubscriptions( int productId, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- productId
- The product Id to look for
- maximumRows
- Maximum number of rows to retrieve
- startRowIndex
- Starting index from where to start retrieving
- sortExpression
- Sort expression to use for sorting the loaded objects
Return Value
A list of expired subscriptions