RTagTask.

Recursive Property

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
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 true if the sub-directories should be tagged; otherwise, false. The default is true.