Method TryGetUserByIdentifier
TryGetUserByIdentifier(string, out User)
Tries to get a user which has specified identifier.
Declaration
public bool TryGetUserByIdentifier(string userIdentifier, out Appli.User user)
Parameters
| Type | Name | Description |
|---|---|---|
| string | userIdentifier | Identifier of the user to get. |
| Appli.User | user | When the method compeles, the parameter contains
matching user or |
Returns
| Type | Description |
|---|---|
| bool |
|