NAnt SDK Documentation - v0.85-nightly-2005-11-09

RTagTask.Recursive Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="recursive", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Recursive As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="recursive", Required=False, 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.

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.RTagTask.Recursive

See Also

RTagTask Class | NAnt.SourceControl.Tasks Namespace