Summary
Sets the value of the
RenameFrom property to the
specified value and returns this BookmarkCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- BookmarkCommand
Syntax
public BookmarkCommand WithRenameFrom(string value)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| value | string |
The value to set the RenameFrom property to.
|
Return Value
| Type | Description |
|---|---|
| BookmarkCommand |
This BookmarkCommand instance.
|