This topic has not yet been rated - Rate this topic

Workspace.PendUndelete Method (String, Int32, String, LockLevel, Boolean)

Queues deleted files or folders for restoration to the version-control repository.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public int PendUndelete(
	string path,
	int deletionId,
	string newPath,
	LockLevel lockLevel,
	bool updateDisk
)

Parameters

path
Type: String

The path to the items to restore.

deletionId
Type: Int32

The deletion ID of the item to restore.

newPath
Type: String

Optional new path for the item to restore.

lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Client.LockLevel

The lock level to apply to each item.

updateDisk
Type: Boolean

True to write restored items to the local disk. False to leave the local disk unaltered.

Return Value

Type: Int32
The number of pending changes.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.