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)

Syntax

'Declaration
Public Function PendUndelete ( _
    path As String, _
    deletionId As Integer, _
    newPath As String, _
    lockLevel As LockLevel, _
    updateDisk As Boolean _
) As Integer
public int PendUndelete(
    string path,
    int deletionId,
    string newPath,
    LockLevel lockLevel,
    bool updateDisk
)
public:
int PendUndelete(
    String^ path, 
    int deletionId, 
    String^ newPath, 
    LockLevel lockLevel, 
    bool updateDisk
)
member PendUndelete : 
        path:string * 
        deletionId:int * 
        newPath:string * 
        lockLevel:LockLevel * 
        updateDisk:bool -> int
public function PendUndelete(
    path : String, 
    deletionId : int, 
    newPath : String, 
    lockLevel : LockLevel, 
    updateDisk : boolean
) : int

Parameters

  • deletionId
    Type: System.Int32

    The deletion ID of the item to restore.

  • newPath
    Type: System.String

    Optional new path for the item to restore.

  • updateDisk
    Type: System.Boolean

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

Return Value

Type: System.Int32
The number of pending changes.

.NET Framework Security

See Also

Reference

Workspace Class

PendUndelete Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace