By Ger Cannoll - 11/14/2012
I want to be able to determine if the Current Logged on user is a Member of a particular Role . How do I do this
e.g.
if ( SecurityBasics.CurrentUser.UserName IsAmemberofRole("EuropeanRoles")  { EuropeanMethod() ;} Is there a method similar to IsMemberOfRole so I can determine if the Loggedon User is a member of a partcular role ?
|
By Ivan George Borges - 11/15/2012
Hi Ger.
This will probably get you there:
http://forum.strataframe.net/FindPost20643.aspx
|
By Ger Cannoll - 11/15/2012
Many Thanks Ivan
|
By Ivan George Borges - 11/15/2012
You're welcome Ger.
|