In EPiServer 4 UnifiedFileTree you could specify the file sort order. How can this be done in CMS using PropertyFileSortOrder, FileSystemDataSource and TreeView?
/Mattias
There is unfortunately no matching functionality in EPiServer CMS.
To accomplish this you would need to implement the sorting and apply it in the dynamic node population mechanism in the TreeView. There are tons of information about this here http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.treeview.aspx.
Did you get the custom sorting with FileSystemDataSource/TreeView in CMS 5 working? I can't for the life of me figure out how to do it... any help would be GREATLY appreciated! Anyone feel like saving my day and post some code?