NAnt SDK Documentation - v0.92

TagTask.Recursive Property

If a directory is specified indicates whether sub-directories should also be processed.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Required:=False, Name:="recursive", ExpandProperties:=True, ProcessXml:=True)>
Public Property Recursive As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Required=False, Name="recursive", ExpandProperties=True, ProcessXml=True)]
public bool Recursive {get; set;}

Property Value

true if the sub-directories should be tagged; otherwise, false. The default is true.

See Also

TagTask Class | NAnt.SourceControl.Tasks Namespace