PVCSPutTask.

ForceBranch Property

Summary

Gets or sets a value indicating whether a new branch will be created.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool