KitchenDraw SDK 2
Show / Hide Table of Contents

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 null if no user has match.

Returns
Type Description
bool

true if the user was found, false otherwise.

In this article
Back to top Generated by DocFX