GuiClient.

DragMoveGui(Repository, DragMoveGuiCommand) Method

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, DragMoveGuiCommand command)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to move the files in.
command DragMoveGuiCommand The options to the drag_move method.

Return Value

Type Description
void