IList<DigitalGood> FindByUserGroups( int userId, int maximumRows, int startRowIndex )
Parameters
- userId
- The user id to match
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of DigitalGood objects matching the given user