GuiClient.

DragCopyGui(Repository, string, string, 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, string file, string destination, DragCopyGuiCommand command = null)

Remarks

This command is only available for the PyQT client type.

Parameters

Name Type Description
repository Repository The Repository to copy the files in.
file string The file to copy.
destination string The destination directory.
command DragCopyGuiCommand Any extra options to the drag_copy method, or null for default options.

Return Value

Type Description
void