FolderOperationControl Enumeration |
IT Hit User File System
Result for folder operations.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public enum FolderOperationControl
Public Enumeration FolderOperationControl
public enum class FolderOperationControl
type FolderOperationControl
Members
| Member name | Value | Description |
---|
| AllowOperation | 6 |
Allows the operation.
|
| PreventOperation | 7 |
Prevents the operation on this folder but continues for any other
operations that have been approved (for example, a batch copy operation).
|
| CancelOperation | 2 |
Prevents the current operation and cancels any pending operations.
|
See Also