Summary
Gets or sets a value indicating whether unchanged workfiles should be checked in.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSPutTask
Syntax
[TaskAttribute("checkinunchanged", Required = false)]
[BooleanValidator]
public bool CheckInUnchanged { get; set; }
Remarks
This is equivalent to the -yf
parameter to the pcli put
command.
Attributes
Type | Description |
---|---|
TaskAttribute | |
BooleanValidator |
Value
Type | Description |
---|---|
bool |