NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
GetTask.UseTimeStamp Property
[This is preliminary documentation and subject to change.]
Conditionally download a file based on the timestamp of the local copy. HTTP only. The default is false.
[Visual Basic]
<BooleanValidator, _
TaskAttribute(Name:="usetimestamp", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property UseTimeStamp As
Boolean
[C#]
[BooleanValidator]
[TaskAttribute(Name="usetimestamp", Required=False, ExpandProperties=True, ProcessXml=True)]
public
bool UseTimeStamp {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.GetTask.UseTimeStamp
See Also
GetTask Class | NAnt.Core.Tasks Namespace