Click or drag to resize

FileOperation Methods

The FileOperation type exposes the following members.

Methods
  NameDescription
Public methodApplyPropertiesToItem(ShellItemIdList, Boolean)
Declares a single item whose property values are to be set.
Public methodApplyPropertiesToItem(String, Boolean)
Declares a single item whose property values are to be set.
Public methodApplyPropertiesToItems(IEnumerableShellItemIdList, Boolean)
Declares a set of items for which to apply a common set of property values.
Public methodApplyPropertiesToItems(IEnumerableString, Boolean)
Declares a set of items for which to apply a common set of property values.
Public methodCopyItem(ShellItemIdList, ShellItemIdList, String, Boolean)
Declares a single item that is to be copied to a specified destination.
Public methodCopyItem(String, String, String, Boolean)
Declares a single item that is to be copied to a specified destination.
Public methodCopyItems(IEnumerableShellItemIdList, ShellItemIdList, Boolean)
Declares a set of items that are to be copied to a specified destination.
Public methodCopyItems(IEnumerableString, String, Boolean)
Declares a set of items that are to be copied to a specified destination.
Public methodDeleteItem(ShellItemIdList, Boolean)
Declares a single item that is to be deleted.
Public methodDeleteItem(String, Boolean)
Declares a single item that is to be deleted.
Public methodDeleteItems(IEnumerableShellItemIdList, Boolean)
Declares a set of items that are to be deleted.
Public methodDeleteItems(IEnumerableString, Boolean)
Declares a set of items that are to be deleted.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveItem(String, String, Boolean)
Declares a single item that is to be moved to a specified destination.
Public methodMoveItem(ShellItemIdList, ShellItemIdList, String, Boolean)
Declares a single item that is to be moved to a specified destination.
Public methodMoveItem(String, String, String, Boolean)
Declares a single item that is to be moved to a specified destination.
Public methodMoveItems(IEnumerableShellItemIdList, ShellItemIdList, Boolean)
Declares a set of items that are to be moved to a specified destination.
Public methodMoveItems(IEnumerableString, String, Boolean)
Declares a set of items that are to be moved to a specified destination.
Public methodNewItem(ShellItemIdList, FileAttributes, String, String, Boolean)
Declares a new item that is to be created in a specified location.
Public methodNewItem(String, FileAttributes, String, String, Boolean)
Declares a new item that is to be created in a specified location.
Public methodPerformOperations
Executes all selected operations.
Public methodRenameItem(ShellItemIdList, String, Boolean)
Declares a single item that is to be given a new display name.
Public methodRenameItem(String, String, Boolean)
Declares a single item that is to be given a new display name.
Public methodRenameItems(IEnumerableShellItemIdList, String, Boolean)
Declares a set of items that are to be given a new display name. All items are given the same name.
Public methodRenameItems(IEnumerableString, String, Boolean)
Declares a set of items that are to be given a new display name. All items are given the same name.
Public methodSetOperationFlags
Sets the operation flags.
Public methodSetOwnerWindow
Sets the owner window.
Public methodSetProperties
Declares a set of properties and values to be set on an item or items.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also