Summary
Show the rename file dialog.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static void RenameGui(this Repository repository, string source, string destination, RenameGuiCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
repository | Repository |
The Repository to rename files in.
|
source | string | The source file to rename. |
destination | string | The destination to rename it to. |
command | RenameGuiCommand |
Any extra options to the rename method, or null for default options.
|
Return Value
Type | Description |
---|---|
void |