Ilumnis Authentication

AuthenticationStorage.GetRole Method (Role, Int32)

Uses data layer to load role or load role from cache.

public static void GetRole(
   Role role,
   int roleId
);

Parameters

role
Role object to populate.
roleId
RoleId of the role to load.

Exceptions

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

See Also

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