Method | Description | |
---|---|---|
GetFinalSelectionAsInts ( ) : int[] |
This returns the multiselection integers in the order that the user selected them
|
|
SetupMultiSelectList ( int>.IEnumerable |
This sets up the AllPossibleOptions and the InitialSelection list This must be done before handed to MVC for display (or redisplay on error)
|
public SetupMultiSelectList ( int>.IEnumerable |
||
allPossibleOptions | int>.IEnumerable | |
initialSelectionValues | int>.IEnumerable | the Ids of the initial selected values |
return | void |