MoveRenameCommandBase<T>.

WithForce(bool) Method

Summary

Sets the value of the Force property to the specified value and returns this RenameCommand or MoveCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MoveRenameCommandBase<T>

Syntax

public T WithForce(bool value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value bool The value to set the Force property to.

Return Value

Type Description
T This RenameCommand or MoveCommand instance.