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

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

See Also

ExportTask Class | NAnt.SourceControl.Tasks Namespace