Checks to see if a given tool is allowed to be hidden.
Useful for tools that have other requried permissions where setting the page
as visible may not make it visible to all users and thus causes some confusion.
true if this tool is allowed to be hidden
Checks to see if a given SitePage is allowed to be hidden.
Useful for pages with tools that have other requried permissions where setting
the page as visible may not make it visible to all users and thus causes some
confusion.
true if this tool is allowed to be hidden
Hides a page from any user who doesn't have site.upd
Or atleast removes it from the portal navigation list
Parameters: pageId - The Id of the Page true for sucess, false for failuer throws: IdUnusedException - , PermissionException
Checks if users without site.upd can see a page or not
Parameters: page - The SitePage whose visibility is in question true if users with out site.upd can see the page
Unhides a page from any user who doesn't have site.upd
Or atleast removes it from the portal navigation list
Parameters: pageId - The Id of the Page true for sucess, false for failuer throws: IdUnusedException - , PermissionException