Table of Contents

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

name string

The name of the select item to retrieve.

Returns

ISelectItem

The select item with the specified name.