Summary
Sets the value of the
RecordOnly
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 WithRecordOnly(bool value)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | bool |
The value to set the RecordOnly property to.
|
Return Value
Type | Description |
---|---|
T |
This RenameCommand or MoveCommand instance.
|