Skip to content

v5.6.16427.0

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 14 Jul 10:45
· 36 commits to master since this release
  • If a IFolderMetadata item does not contain FileAttribute.Directory attribute when passed to IFolderListingResultContext.ReturnChildrenAsync(), the item did not delete. The item type is detected incorrectly. Now the item type is detected properly regardless of the FileAttribute.Directory attribute set on creation.
  • In WebDAV Drive sample, it the item is not found in the remote storage (already deleted) the sample code always sets the resultContext.SetInSync = false causing the Engine to repeat the detele operation. Now this bug is fixed.
  • Tray app in WebDAV Drive sample now properly reflects synchronizing and paused state. Tray application fixed and refactored.