Plumtree Pluggable Navigation API  
 

NavigationCommSectionDropDownView.GenerateLinksList Method 

Helper function that generates HTMLAnchors from the list of provided links and adds them to the specified HTMLElement.

protected virtual void GenerateLinksList(
   ICPListEntryIterator cpList1,
   HTMLElement elt
);

Parameters

cpList1
List of links to generate the HTMLAnchors from
elt
HTMLElement to add the HTMLAnchors to

See Also

NavigationCommSectionDropDownView Class | com.plumtree.portalnavigation.views Namespace