OperationType Enumeration |
IT Hit User File System
Represents file system operation type
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public enum OperationType
Public Enumeration OperationType
public enum class OperationType
Members
| Member name | Value | Description |
---|
| Populate | 0 |
The folder content is being populated (listed).
|
| Create | 1 |
The item is being created.
|
| CreateCompletion | 2 |
The item creation is completed.
|
| UpdateContent | 3 |
The item content is being updated.
|
| UpdateMetadata | 4 |
The item metadata is being updated.
|
| ShadowDownload | 5 |
The file content is being download to a shadow folder.
|
| Delete | 6 |
The item is being deleted.
|
| DeleteCompletion | 7 |
The item delete is completed.
|
| Move | 8 |
The item is being moved.
|
| MoveCompletion | 9 |
The item move is completed.
|
| Lock | 10 |
The item is being locked or lock mode is being requested before locking.
|
| Unlock | 11 |
The item is being unlocked or lock mode is being requested before unlocking.
|
See Also