Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView.AddSUBSUBSectionListRow Method 

Adds an HTMLTableCell inside an HTMLTableRow with a subsubsection link, used for related and subcommunities section.=

protected static void AddSUBSUBSectionListRow(
   HTMLTable table,
   HTMLAnchor anchor,
   bool bIndent
);

Parameters

table
The table to add the generated HTMLTableRow to
anchor
The anchor link to add
bIndent
True to indent the string

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace