UndoCheckoutTask.

Recursive Property

Summary

Determines whether to perform a recursive undo of the checkout. The default is true.

Syntax

[TaskAttribute("recursive")]
[BooleanValidator]
public bool Recursive { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool