Ilumnis Authentication

RightCollection.Load Method 

Loads rights contained in role with specific RoleId into this right collection.

public void Load(
   int roleId
);

Parameters

roleId
RoleId of a role to load rights from.

Exceptions

Exception Type Condition
InvalidRoleIdentifierException Thrown when invalid roleId is passed.

See Also

RightCollection Class | IExSys.Authentication Namespace