Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.AddActionListRow Method 

Adds an HTMLTableCell inside an HTMLTableRow with an action link

protected virtual void AddActionListRow(
   HTMLTable table,
   HTMLAnchor anchor,
   ASURL collapseLink
);

Parameters

table
The table to add the generated HTMLTableRow to
anchor
collapseLink
Display the link to collapse the current action subsection

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace