I have a list, inside of this list I have 3 entries like below. FilteredList[0],[1], [2], [3], inside each of these items I have a Fields object that has 3 items, example FilteredList[0].Fields[0].
Inside of this Fields object I have the following: DateTypeID = can be anything but in my case it's a string "DATE". I also have DateValue this can be null or have a date value and I have a DisplayValue which is the date as a string.
Each Fields object has this format, what I want to do is sort the fields by dateValue in descending order between the 3 fields objects.
Any help would be greatly appreciated. Thanks, KSS
Inside of this Fields object I have the following: DateTypeID = can be anything but in my case it's a string "DATE". I also have DateValue this can be null or have a date value and I have a DisplayValue which is the date as a string.
Each Fields object has this format, what I want to do is sort the fields by dateValue in descending order between the 3 fields objects.
Any help would be greatly appreciated. Thanks, KSS