FileOperation Methods |
The FileOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyPropertiesToItem(ShellItemIdList, Boolean) |
Declares a single item whose property values are to be set.
|
![]() | ApplyPropertiesToItem(String, Boolean) |
Declares a single item whose property values are to be set.
|
![]() | ApplyPropertiesToItems(IEnumerableShellItemIdList, Boolean) |
Declares a set of items for which to apply a common set of property values.
|
![]() | ApplyPropertiesToItems(IEnumerableString, Boolean) |
Declares a set of items for which to apply a common set of property values.
|
![]() | CopyItem(ShellItemIdList, ShellItemIdList, String, Boolean) |
Declares a single item that is to be copied to a specified destination.
|
![]() | CopyItem(String, String, String, Boolean) |
Declares a single item that is to be copied to a specified destination.
|
![]() | CopyItems(IEnumerableShellItemIdList, ShellItemIdList, Boolean) |
Declares a set of items that are to be copied to a specified destination.
|
![]() | CopyItems(IEnumerableString, String, Boolean) |
Declares a set of items that are to be copied to a specified destination.
|
![]() | DeleteItem(ShellItemIdList, Boolean) |
Declares a single item that is to be deleted.
|
![]() | DeleteItem(String, Boolean) |
Declares a single item that is to be deleted.
|
![]() | DeleteItems(IEnumerableShellItemIdList, Boolean) |
Declares a set of items that are to be deleted.
|
![]() | DeleteItems(IEnumerableString, Boolean) |
Declares a set of items that are to be deleted.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | MoveItem(String, String, Boolean) |
Declares a single item that is to be moved to a specified destination.
|
![]() | MoveItem(ShellItemIdList, ShellItemIdList, String, Boolean) |
Declares a single item that is to be moved to a specified destination.
|
![]() | MoveItem(String, String, String, Boolean) |
Declares a single item that is to be moved to a specified destination.
|
![]() | MoveItems(IEnumerableShellItemIdList, ShellItemIdList, Boolean) |
Declares a set of items that are to be moved to a specified destination.
|
![]() | MoveItems(IEnumerableString, String, Boolean) |
Declares a set of items that are to be moved to a specified destination.
|
![]() | NewItem(ShellItemIdList, FileAttributes, String, String, Boolean) |
Declares a new item that is to be created in a specified location.
|
![]() | NewItem(String, FileAttributes, String, String, Boolean) |
Declares a new item that is to be created in a specified location.
|
![]() | PerformOperations |
Executes all selected operations.
|
![]() | RenameItem(ShellItemIdList, String, Boolean) |
Declares a single item that is to be given a new display name.
|
![]() | RenameItem(String, String, Boolean) |
Declares a single item that is to be given a new display name.
|
![]() | RenameItems(IEnumerableShellItemIdList, String, Boolean) |
Declares a set of items that are to be given a new display name. All items are given the same name.
|
![]() | RenameItems(IEnumerableString, String, Boolean) |
Declares a set of items that are to be given a new display name. All items are given the same name.
|
![]() | SetOperationFlags |
Sets the operation flags.
|
![]() | SetOwnerWindow |
Sets the owner window.
|
![]() | SetProperties |
Declares a set of properties and values to be set on an item or items.
|