Table of Contents

Method GetSelectItem

Namespace
YndigoBlue.Velocity.Interfaces
Assembly
YndigoBlue.Velocity.dll

GetSelectItem(string)

Retrieves the select item with the specified name.

ISelectItem GetSelectItem(string name)

Parameters

name string

The name of the select item to retrieve.

Returns

ISelectItem

The select item with the specified name.