Summary
If a directory is specified indicates whether sub-directories should
also be processed.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- RTagTask
Syntax
[TaskAttribute("recursive", Required = false)]
[BooleanValidator()]
public bool Recursive { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if the sub-directories should be tagged;
otherwise, false . The default is true .
|