Plumtree Pluggable Navigation API  
 

NavigationCommSectionDropDownView.PopulateLinksRow Method 

Puts the rows of links in a javascript variable. Also adds a Join this Community button if the user isn't member of the current community and Edit This Community button if the user has at least Edit access to the current community.

protected virtual HTMLScript PopulateLinksRow(
   string strID,
   ICPListEntryIterator cpList
);

Parameters

strID
Name of the javascript variable
cpList
List of links

Return Value

HTMLScript HTMLScript block with the variable definition

See Also

NavigationCommSectionDropDownView Class | com.plumtree.portalnavigation.views Namespace