IUserManager.FindById Method
Retrieves the user with the provided id, or nil if no user is found.
Syntax
Unit: Sphinx.UserManager
function IUserManager.FindById(const Id: string): TUser; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Id | string | The user Id to search for. |
Returns
The user entity matching the specified search criteria, or nil if it does not exist.