ShellOperation Enumeration |
Namespace: ShellBoost.Core
public enum ShellOperation
| Member name | Value | Description | |
|---|---|---|---|
| RemoveItem | 0 | A Shell Item is removed. | |
| SetNameOf | 1 | A Shell Item's name is changed. | |
| RecycleItem | 2 | A Shell Item is recycled. | |
| RenameItem | 3 | A Shell Item is renamed. | |
| MoveItem | 4 | A Shell Item is moved. | |
| SetProperties | 5 | Set properties of a Shell Item. |