GuiClient.

DragCopyGui(Repository, DragCopyGuiCommand) Method

Summary

Copy the selected files to the desired directory.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
GuiClient

Syntax

public static void DragCopyGui(this Repository repository, DragCopyGuiCommand command)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to copy the files in.
command DragCopyGuiCommand The options to the drag_copy method.

Return Value

Type Description
void