public IList<User> Search( UserSearchCriteria criteria, int maximumRows, int startRowIndex, string sortExpression )
Parameters
- criteria
- The user search criteria
- 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 users that match the specified criteria