Ilumnis Authentication

Role.GetUsers Method

Gets users that have this role.

Overload List

Gets users that have this role.

public User[] GetUsers();

Gets users that have role with specific RoleId.

public static User[] GetUsers(int);

Gets users that have role with specific name.

public static User[] GetUsers(string);

See Also

Role Class | IExSys.Authentication Namespace