PVCSGetTask.

UpdateOnly Property

Summary

Gets or sets a value indicating whether workfiles should only be gotten if they are newer than the current workfile.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSGetTask

Syntax

[TaskAttribute("updateonly", Required = false)]
[BooleanValidator]
public bool UpdateOnly { get; set; }

Remarks

This is equivalent to the -u parameter to the pcli get command (without specifying a date or time).

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool