UpdateTask.

Recursive Property

Summary

Specifies if the command should be executed recursively. The default is true.
Assembly
NAnt.SourceControl.dll
Namespace
NAnt.SourceControl.Tasks
Containing Type
UpdateTask

Syntax

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

Remarks

The -R option is on by default in cvs.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
BooleanValidatorAttribute Used to indicate that a property should be able to be converted into a bool.

Value

Type Description
bool