Sort 2sxc adam files
问题 I can get images that way: foreach (var pic in AsAdam(Content, "Images").Files) 1.What is the right way to sort images by name or upload date? 2.How to custom reorder images? 回答1: The "folder" itself doesn't provide ordering. I have two suggestions Either do something where the files have a leading number - which is not shown in the output. This is what I do on the app-catalog so each file has a "31 output editing" - with this I can pre-sort them in my local system before batch uploading them