Plumtree Pluggable Navigation API  
 

NavigationHorizontalComboBoxView.AddTitleSelectBoxOption Method 

Helper function that adds an row with a label to the HTML Select menu. The label is prefixed and suffixed with dashes. Will look like: '- Label -'

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

Parameters

select
HTML Select to add the option to
strTitle
The option row display

See Also

NavigationHorizontalComboBoxView Class | com.plumtree.portalnavigation.views Namespace