Workspace.PendUndelete Method (String, Int32, String)

Queues files or folders for undeletion from the database and optionally restores them in the current workspace.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function PendUndelete ( _
    path As String, _
    deletionId As Integer, _
    newPath As String _
) As Integer
'Usage
Dim instance As Workspace 
Dim path As String 
Dim deletionId As Integer 
Dim newPath As String 
Dim returnValue As Integer 

returnValue = instance.PendUndelete(path, _
    deletionId, newPath)
public int PendUndelete(
    string path,
    int deletionId,
    string newPath
)
public:
int PendUndelete(
    String^ path, 
    int deletionId, 
    String^ newPath
)
public function PendUndelete(
    path : String, 
    deletionId : int, 
    newPath : String
) : int

Parameters

  • path
    Type: System.String

    The item or items to undelete. Wildcard characters are allowed, and both server and local paths are allowed.

  • deletionId
    Type: System.Int32

    Deletion ID for the item to undelete.

  • newPath
    Type: System.String

    Optional new path for the item to undelete.

Return Value

Type: System.Int32
The number of pending changes.

.NET Framework Security

See Also

Reference

Workspace Class

Workspace Members

PendUndelete Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace