Plumtree Pluggable Navigation API  
 

NavigationCommSectionComboBoxView.AddGoToParentCommTab Method 

Adds a tab with go to parent community image and action if there is a parent community. NavigationCommSectionDropDownView has a copy of this funtion too, update both when editing.

protected virtual void AddGoToParentCommTab(
   HTMLTableRow tRow,
   ICPListEntryIterator cpList
);

Parameters

tRow
The HTMLTableRow to add the Tab too
cpList
ICPListIterator with a parent community (can only be one) or empty list if none exists.

See Also

NavigationCommSectionComboBoxView Class | com.plumtree.portalnavigation.views Namespace