v7.0.4450-Beta
·
101 commits
to master
since this release
- All .NET Core samples now use .NET Core 2.1.
- Paging and sorting are now supported when listing children. The IItemCollectionAsync.GetChildrenAsync() method now provides parameters to pass offset, page size and results sorting as well as to return total number of items in return object. Default handler page is refactored to support paging and sorting and use new IT Hit WebDAV Ajax Library v7.0 Beta paging functions such Folder.GetPageAsync().
- Paging is now supported in search results. The ISearchAsync.SearchAsync() method now provides parameters to pass offset, page size. Default handler page is refactored to support paging in search results and use new IT Hit WebDAV Ajax Library v7.0 Beta paging functions.
- Default handler page is refactored to support upload auto-restore provided in IT Hit WebDAV Ajax Library v7.0 Beta. The upload section can now display error description and status for failed uploads.
- Default handler page now prevents tab closing in case any uploads are present in the list.
- The FormatException may be thrown on non-English machines during license validation: "String was not recognized as a valid DateTime.". Now this bug is fixed.