Ilumnis Authentication

AuthenticationStorage.GetUser Method (User, Int32)

Uses data layer to load user or loads user from cache.

public static void GetUser(
   User user,
   int userId
);

Parameters

user
User object to populate.
userId
UserId of the user to get.

Exceptions

Exception Type Condition
StorageLoadException Thrown when current storage can't load requested user.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace | AuthenticationStorage.GetUser Overload List