public IList<User> FindUsersByName( string searchPattern, NameSearchField searchField )
Parameters
- searchPattern
- The search pattern to check against the user table.
- searchField
- The name field to check against the search pattern.
Return Value
A collection of User objects matching the search criteria