Plumtree Pluggable Navigation API  
 

INavigationModelRO.GetSectionVisibility Method 

Gets the current visibility status of the specified section. Use constants defined in com.plumtree.portalpages.common.uiparts.navpagetype.NavVisibility.

bool GetSectionVisibility(
   int nSectionIDConst
);

Parameters

nSectionIDConst
Navigation section ID (defined in NavVisibility

Return Value

boolean Section visible or not

See Also

INavigationModelRO Interface | com.plumtree.portalpages.common.uiparts Namespace | NavVisibility