Ilumnis Authentication

RoleCollection.Load Method 

Loads all roles assigned to user with specific UserId.

public void Load(
   int userId
);

Parameters

userId
UserId of user whose roles to load.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown when invalid userId is passed.

See Also

RoleCollection Class | IExSys.Authentication Namespace