DotNetNuke, ASP.NET, Web Development Blog   

DotNetNuke: Custom Module Permissions

Categories: DotNetNuke, Things Learned | Author: David O'Leary | Posted: 7/25/2009 | Views: 803

One of the under-utilized features in the DotNetNuke module development API is the ability to utilize DotNetNuke's built in Permissions architecture within your own custom modules.

Rather than having to write your own code to display a grid of available roles and special permissions, it's fairly easy to add your permissions to the existing permissions grid that usually just displays "View" and "Edit".

I found a nice article that gives a very good overview on how to do this
Extending DotNetNuke Module Permissions for Custom Modules

Print Bookmark and Share

 

Comments
You must be logged in to submit a comment.

Return