Summary
Sets the value of the
Destination
property to the
specified value and returns this RenameCommand
or MoveCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Move
Rename Command Base <T>
Syntax
public T WithDestination(string value)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | string |
The value to set the Destination property to.
|
Return Value
Type | Description |
---|---|
T |
This RenameCommand or MoveCommand instance.
|