Ilumnis Authentication

User.Load Method

Loads this user.

Overload List

Loads this user.

public void Load();

Loads specific user.

public void Load(int);

Loads specific user.

public void Load(string);

Loads specific user.

public void Load(string,string);

See Also

User Class | IExSys.Authentication Namespace