Ilumnis Authentication

User.Load Method (Int32)

Loads specific user.

public void Load(
   int userId
);

Parameters

userId
UserId of the user to load.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown when invalid userId is passed.

See Also

User Class | IExSys.Authentication Namespace | User.Load Overload List