Ilumnis Authentication

AuthenticationStorage.GetRoleUsers Method (Int32)

Uses data layer to get all users that have specific role.

public static User[] GetRoleUsers(
   int roleId
);

Parameters

roleId
RoleId of the role to get users for.

Return Value

Array of users which have specified role.

Exceptions

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

See Also

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