GetTask.

RemoveDeleted Property

Summary

If System.IO.Path refers to a project, determines whether files marked "deleted" in the repository will be removed from the local copy. The default is false.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SourceSafe
Containing Type
GetTask

Syntax

[TaskAttribute("removedeleted")]
[BooleanValidator()]
public bool RemoveDeleted { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool