Hi,
I'm looking into creating a dynamic roles overview screen. First thing, does anyone know of any automatic way of creating a roles overview based on the users' roles?
By using the UserManagementEngine 4.0 I have an object representing the currently logged in user (an IUser object) and from this object there is access to that users roles (IRole objects).
How can I based on an IRole navigate to that role (e.g., by displaying a link or otherwise?).
Thank you for your help
Michael Jakobsen