PVCSPutTask.

IgnoreSpaces Property

Summary

Gets or sets a value indicating whether leading and trailing spaces should be ignored when determining whether the revision has changed.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSPutTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool