Select to view content in your preferred language

GetCodedValuePairs() as an unsorted list

157
0
03-31-2025 12:04 PM
JonathanDewalt
Regular Contributor

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();

0 Kudos
0 Replies