次のコードを使用して、ImageVault 内の画像を並べ替えています。
//ImgListControl is of type:ImageStoreNET.Developer.WebControls.IVFileList
ImgListControl.SortBy = IVFileSortBy.FileName;
ImgListControl.SortDirection = IVSortDirection.Ascending;
しかし、IVFileSortBy.FileExtension でグループ化し、FileName で並べ替えたいのですが、これは可能ですか?