Posts
6
Comments
22
Trackbacks
0
Monday, May 03, 2010
Turn off the navigation menus on a MojoPortal page

I needed to figure out how to turn off the navigation for the portal from my custom module. After some searching, I found code in Secure/Login.aspx.cs that did the trick.

The function to use is this:

SuppressAllMenus()

This function is part of MojoPortal.Web.mojoBasePage so pages that inherit from that will already have access to the function.

Posted On Monday, May 03, 2010 2:32 PM | Feedback (0)