NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
TagTask.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]
<TaskAttribute(Name:="recursive", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property Recursive As
Boolean
[C#]
[TaskAttribute(Name="recursive", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
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.TagTask.Recursive
See Also
TagTask Class | NAnt.SourceControl.Tasks Namespace