NAnt SDK Documentation - v0.92

GetTask.UseTimeStamp Property

Conditionally download a file based on the timestamp of the local copy. HTTP only. The default is false.

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

See Also

GetTask Class | NAnt.Core.Tasks Namespace