Summary
Gets or sets a value indicating whether workfiles will be deleted after adding them to PVCS.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSAddFilesTask
Syntax
[TaskAttribute("deleteworkfiles", Required = false)]
[BooleanValidator]
public bool DeleteWorkfiles { get; set; }
Remarks
This is equivalent to the -d
parameter to the pcli addfiles
command.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |