PVCSAddFilesTask.

SuppressAddIfExists Property

Summary

Gets or sets a value indicating whether workfiles shouldn't be added if they already exist in the PVCS repository.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddFilesTask

Syntax

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

Remarks

This is equivalent to the -qw parameter to the pcli addfiles command.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool