Summary
Determines whether to perform a recursive undo of the checkout.
The default is
true.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .SourceSafe - Containing Type
- UndoCheckoutTask
Syntax
[TaskAttribute("recursive")]
[BooleanValidator]
public bool Recursive { get; set; }
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
