You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDAV Drive sample for Windows now runs on MAUI. No development certificate installation is required any more. Sample custom protocol to open, edit, lock and unlock documents from web page implemented. WebDAVDrive Package project removed.
Automatic locking is now supported for Adobe Acrobat Pro. The PDF file is now locked/unlocked automatically when file is opened/closed if Engie.AutoLock is set to true.
AutoLockFilter provided on Windows. Now calls from Windows Explorer and search protocol host can be ignored and IFileSystemItem.LockAsync() and IFileSystemItem.UnlockAsync() not called.
IClientNotifications.ExecuteVerb() method added that can execute a shell verb, such as open, edit, print, openas.
IClientNotifications.LockAsync(), IClientNotifications.UnlockAsync() failed if folders in item path were not populated. Now these methods populate folders in item path automatically prior executing the commend.
Remote storage item ID (IOperationContext.RemoteStorageItemId) was null in operation context in IFileSystemItem.LockAsync(), IFileSystemItem.UnlockAsync(), IFile.WriteAsync() when saving Microsoft Office, documents, AutoCAD caocuments and during outgoing synchronization execution. This bug s now fixed.
ICustomDataWindows moved from ITHit.FileSystem.Windows.ExternalDataManager to ITHit.FileSystem.Windows namespace.
IStorageProviderCopyHook moved from ITHit.FileSystem.Windows.ShellExtension.Interop to ITHit.FileSystem.Windows.ShellExtension.