Click or drag to resize

ShellOperation Enumeration

Defines the type of ShellFolder operation.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum ShellOperation
Members
  Member nameValueDescription
RemoveItem0 A Shell Item is removed.
SetNameOf1 A Shell Item's name is changed.
RecycleItem2 A Shell Item is recycled.
RenameItem3 A Shell Item is renamed.
MoveItem4 A Shell Item is moved.
SetProperties5 Set properties of a Shell Item.
See Also