Collection of items in the list
Member of DropDown (PRIM_MD.Dropdown)
Data Type - PRIM_MD.DropdownItems - Collection of items in the dropdown
Collection of all items parented to the item. Items are in the order they appear on the screen.
Iterating over the selected items in a list item
For each(#Item) In(#Item.Items) Continue (*Not #Item.Selected) * User processing here Endfor
Febuary 18 V14SP2