this[String]:IUser

Calls a user based on the username.

Return type: Onion.Client.IUser

Parameter

userName

Type: System.String

This parameter is the name of the user searched for. This is not to be confused with the display name of the user.

If no user with the name is found, then a UserObjectNotExistsException is triggered.