PVCSPutTask.

OverrideWorkfileLocation Property

Summary

Gets or sets a value indicating whether the workfile location for files should be overridden.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

This is equivalent to the -o parameter to the pcli put command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool