Plumtree Pluggable Navigation API  
 

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

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

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

Parameters

table
The table to add the generated HTMLTableRow to
headerString
The header string
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.AddSectionHeaderRow Overload List | NavVisibility