Click or drag to resize

ShellOperation Enumeration

Defines the type of ShellFolder operation.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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