Click or drag to resize

FolderOperationControl Enumeration

IT Hit User File System
Result for folder operations.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public enum FolderOperationControl
Members
  Member nameValueDescription
AllowOperation6 Allows the operation.
PreventOperation7 Prevents the operation on this folder but continues for any other operations that have been approved (for example, a batch copy operation).
CancelOperation2 Prevents the current operation and cancels any pending operations.
See Also