Ilumnis Authentication

Role.Load Method

Loads this role.

Overload List

Loads this role.

public void Load();

Loads role with specific RoleId.

public void Load(int);

Loads role with specific name.

public void Load(string);

See Also

Role Class | IExSys.Authentication Namespace