public IList<User> Search( UserSearchCriteria criteria, int maximumRows, int startRowIndex )
Parameters
- criteria
- The user search criteria
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of users that match the specified criteria