When creating a list and not specifying SortOrder, it gives a sort order of -1. This seems to mess up and makes that newly created list the default (or atleast that is how it behaved for me). Also, I seem to be able to give same SortOrder to multiple lists. What I am lost on is why is SortOrder required. And when I don't specify SortOrder, why doesn't it give a number in order of how many lists there exist. Why does a end-user of your api have to deal with it?
... View more