Posts
6
Comments
22
Trackbacks
0
May 2010 Entries
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.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
Posted On Monday, May 03, 2010 2:32 PM | Feedback (0)