Method GetSelectItem
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetSelectItem(string)
Retrieves the select item with the specified name.
public ISelectItem GetSelectItem(string name)
Parameters
namestringThe name of the select item to retrieve.
Returns
- ISelectItem
The select item with the specified name.