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