Click or drag to resize

OperationType Enumeration

IT Hit User File System
Represents file system operation type

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 7.0.22158.0-Beta
Syntax
public enum OperationType
Members
  Member nameValueDescription
CreateCompletion0 The item creation is completed.
Update1 The item is being updated.
Delete2 The item is being deleted.
DeleteCompletion3 The item delete is completed.
Move4 The item is being moved.
MoveCompletion5 The item move is completed.
Lock6 The item is being locked or lock mode is being requested before locking.
Unlock7 The item is being unlocked or lock mode is being requested before unlocking.
See Also