Plumtree Pluggable Navigation API  
 

NavigationCommSectionComboBoxView.AddTitleSelectBoxOption Method 

Adds an HTML option with specified string to the provided HTML Select. The title will be prefixed and suffixed with dashes. " - Label - "

protected virtual void AddTitleSelectBoxOption(
   HTMLSelect select,
   string strTitle
);

Parameters

select
The Select to add the generated option to
strTitle
The option label

See Also

NavigationCommSectionComboBoxView Class | com.plumtree.portalnavigation.views Namespace