This documentation is archived and is not being maintained.

Workspace::PendUndelete Method (array<ItemSpec>, LockLevel, Boolean, Boolean, 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(
	array<ItemSpec^>^ itemSpecs, 
	LockLevel lockLevel, 
	bool updateDisk, 
	bool detectFolderAtTarget, 
	bool silent
)

Parameters

itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>

An array of deleted items to restore to the repository.

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

The lock level to apply to each item.

updateDisk
Type: System::Boolean

Specifies whether the files or folders should be restored to the local disk.

detectFolderAtTarget
Type: System::Boolean

True to search for a local folder that exists at the target. False not to search.

silent
Type: System::Boolean

Specifies whether the server should return Get operations.

Return Value

Type: System::Int32
The number of files that were queued for restoration.

Show: