Plumtree Pluggable Navigation API  
 

NavigationHorizontalComboBoxView.AddSelectOptions Method 

Helper function to populate a select box with options from an ASCompoundList

protected virtual void AddSelectOptions(
   HTMLSelect select,
   ICPListEntryIterator cpList,
   string strLabelPrefix
);

Parameters

select
HTML Select to populate
cpList
The list of links
strLabelPrefix

See Also

NavigationHorizontalComboBoxView Class | com.plumtree.portalnavigation.views Namespace