Method FindUser
FindUser(string)
Finds a user of this database.
[Obsolete("Use the new user management command 'usersInfo'.")]
public virtual MongoUser FindUser(string username)
Parameters
username
stringThe username.
Returns
- MongoUser
The user.