Table of Contents

Method GetSelectItem

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetSelectItem(int)

public ISelectItem GetSelectItem(int index)

Parameters

index int

Returns

ISelectItem

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.