IStorageProviderCopyHook Interface |
IT Hit User File System
Exposes a method that determines whether the Shell will be allowed
to move, copy, delete, rename, hydrate and dehydrate a folder in a cloud provider's sync root.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.4.27341.0
Syntax public interface IStorageProviderCopyHook
Public Interface IStorageProviderCopyHook
public interface class IStorageProviderCopyHook
type IStorageProviderCopyHook = interface end
The IStorageProviderCopyHook type exposes the following members.
Methods
| Name | Description |
---|
| CopyCallback |
Determines whether the Shell will be allowed to move, copy, delete,
or rename a folder in a cloud provider's sync root.
|
TopSee Also