Hello,
I was wondering if anyone has a solution to obtain an unsorted list of domain items. I would like to populate a combobox with the domain items in the order they were created.
The GetCodedValuePairs method only returns a sorted list.
SortedList<object, string> valuePairs = cvd.GetCodedValuePairs();