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