Skip to Content
0
Former Member
Jul 12, 2005 at 07:47 PM

how to get current logon user's role within portal

50 Views

hi,

I can get logon user's role by coding directly against IPortalComponentRequest request, but when I move all the codes into our own par file, I don't have reference to request anymore, we do have access IResourceContext, which can be casted to IUSER, but it does not work. I can not get user's role from it. any idea how to get user's role NOT from portal component doContent? Thanks!

T.J.