View | Modify | History

Permissions

MVC

To prevent non-logged in users accessing a page, add the Authorize attribute to the controller's action.

To check whether the logged in user is an N2 administrator, call Engine.SecurityManager.IsAdminUser