MultiSelectList Constructor (IEnumerable, String, String, IEnumerable)

Initializes a new instance of the MultiSelectList class by using the items to include in the list, the data value field, the data text field, and the selected values.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Sub New ( _
    items As IEnumerable, _
    dataValueField As String, _
    dataTextField As String, _
    selectedValues As IEnumerable _
)
public MultiSelectList(
    IEnumerable items,
    string dataValueField,
    string dataTextField,
    IEnumerable selectedValues
)
public:
MultiSelectList(
    IEnumerable^ items, 
    String^ dataValueField, 
    String^ dataTextField, 
    IEnumerable^ selectedValues
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The items parameter is null reference (Nothing in Visual Basic).

See Also

Reference

MultiSelectList Class

MultiSelectList Overload

System.Web.Mvc Namespace