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. |
IsAutoFill | When you bind the choose-from list to a GUI item by assigning the ChooseFromListUID property, you can set IsAutoFill to true to automatically fill in the selected value of the user-added choose-from list. |
IsSystem | Indicates whether this is a system ChooseFromList. |
ObjectType | The type of object from which to generate the valid values. |
UniqueID | The unique ID of the ChooseFromList. |