NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
UpdateTask.Recursive Property
[This is preliminary documentation and subject to change.]
Specifies if the command should be executed recursively. The default is true.
[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;}
Remarks
The -R
option is on by default in cvs.
See Also
UpdateTask Class | NAnt.SourceControl.Tasks Namespace