Plumtree Pluggable Navigation API  
 

INavigationModelRO.SetSectionVisibility Method 

Set the visibility of the specified Navigation section.

void SetSectionVisibility(
   int nSectionIDConst,
   bool bShow
);

Parameters

nSectionIDConst
Section ID defined in NavVisibility
bShow
true if the section is displayed, false otherwise

See Also

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