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

UpdateTask.OverwriteLocal Property

[This is preliminary documentation and subject to change.]

If true the local copy of the file will be overwritten with the copy from the remote repository. The default is false.

[Visual Basic]
<BooleanValidator, _  TaskAttribute(Name:="overwritelocal", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property OverwriteLocal As Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="overwritelocal", Required=False, ExpandProperties=True, ProcessXml=True)]
public bool OverwriteLocal {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.UpdateTask.OverwriteLocal

See Also

UpdateTask Class | NAnt.SourceControl.Tasks Namespace