Click or drag to resize

StorageProviderCopyHookBase Class

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.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.Windows.ShellExtensionStorageProviderCopyHookBase
    ITHit.FileSystem.Windows.ShellExtensionStorageProviderCopyHookIntegratedBase
    ITHit.FileSystem.Windows.ShellExtensionStorageProviderCopyHookRpcBase

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26791.0-Beta2
Syntax
public abstract class StorageProviderCopyHookBase : IStorageProviderCopyHook

The StorageProviderCopyHookBase type exposes the following members.

Constructors
  NameDescription
Public methodStorageProviderCopyHookBase
Creates instance of this class.
Top
Methods
  NameDescription
Public methodCopyCallback
Determines whether the Shell will be allowed to move, copy, delete, or rename a folder in a cloud provider's sync root.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetFolderOperationControlAsync
Method returns whether the Shell should perform the operation.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also