Summary
Move the selected files to the desired directory.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void DragMoveGui(this Repository repository, string file, string destination, DragMoveGuiCommand command = null)
Remarks
This command is only available for the
PyQT
client type.
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to move the files in.
|
file | string | The file to move. |
destination | string | The destination directory. |
command | DragMoveGuiCommand |
Any extra options to the drag_move method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |