Ilumnis Authentication

AuthenticationStorage.GetRoleRights Method 

Uses data layer to gets all rights assigned to specific role.

public static RightCollection GetRoleRights(
   int roleId
);

Parameters

roleId
RoleId of role to retrieve rights from.

Return Value

RightCollection containing all rights assigned to specified role.

Exceptions

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

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace