GetConditions | Returns the collection of conditions for the ChooseFromList.
You can change a ChooseFromList's conditions by modifying the Conditions object returned by this method, and then passing the object to the SetConditions method. |
SetConditions | Sets a collection of conditions on the ChooseFromList, in order to filter the valid values displayed to the end user.
The conditions are processed after the before notification of the choose from list event and before the form is displayed. |