NAnt SDK Documentation - v0.92 |
|
ExportTask.Recursive Property
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.
See Also
ExportTask Class | NAnt.SourceControl.Tasks Namespace