Use FolderInfoList.SortedChildList to get the folders in the correct order
This commit is contained in:
@@ -99,7 +99,7 @@ namespace VEPROMS
|
||||
}
|
||||
if (fi.ChildFolderCount > 0)
|
||||
{
|
||||
foreach (FolderInfo fic in fi.ChildFolders)
|
||||
foreach (FolderInfo fic in fi.SortedChildFolders)
|
||||
{
|
||||
LoadChildFolders(fic, tn);
|
||||
}
|
||||
|
Reference in New Issue
Block a user