UndoCheckoutTask.

LocalPath Property

Summary

The path to the local working directory. This is required if you wish to have your local file replaced with the latest version from SourceSafe.

Syntax

[TaskAttribute("localpath", Required = false)]
public DirectoryInfo LocalPath { get; set; }

Attributes

Type Description
TaskAttribute

Value

Type Description
DirectoryInfo