Plumtree Pluggable Navigation API  
 

NavigationAccessibleLeftVerticalView.AddSUBSUBSectionListRow Method 

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

protected static void AddSUBSUBSectionListRow(
   HTMLTable table,
   HTMLElement element,
   bool bIndent
);

Parameters

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

See Also

NavigationAccessibleLeftVerticalView Class | com.plumtree.portalnavigation.views Namespace