Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.AddSubSectionHeaderRow Method (HTMLTable, String, Int32, Boolean)

Adds an HTMLTableCell inside an HTMLTableRow with a collapsible/expandable section header

protected virtual void AddSubSectionHeaderRow(
   HTMLTable table,
   string headerString,
   int nID,
   bool bCollapsed
);

Parameters

table
The table to add the generated HTMLTableRow to
headerString
The header string to display
nID
NavVisibility ID of the navigation section
bCollapsed
True if the entire section is collapsed

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace | NavigationCommonVerticalView.AddSubSectionHeaderRow Overload List | NavVisibility