Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.WriteMinimizedSubSectionBar Method 

Adds an HTMLTableRow to specified HTMLTable with a collapsed Subsection Bar. Used to display collapsed actions subsection with only the action images.

protected virtual void WriteMinimizedSubSectionBar(
   HTMLTable table,
   string strTitle,
   int nID,
   ICPListEntryIterator cpList
);

Parameters

table
The HTMLTable to add the generated row too.
strTitle
Subsection header string
nID
NavVisibility ID of the section
cpList
Actions as ICPListEntryIterator

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace