Check if user has access set up on a menu item
Recently I was working on a project where I needed to check if the user had security access to a Menu Item. The menu item wasn't being used, but it had the security access that I wanted to check.
Very simply, I was able to use this:
Global::hasMenuItemAccess(...);
Worked great!
No comments:
Post a Comment