Queues files or folders for undeletion from the repository.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Function PendUndelete ( _
    path As String, _
    deletionId As Integer _
) As Integer
public int PendUndelete(
    string path,
    int deletionId
)
public:
int PendUndelete(
    String^ path, 
    int deletionId
)
member PendUndelete : 
        path:string * 
        deletionId:int -> int 
public function PendUndelete(
    path : String, 
    deletionId : int
) : int
Parameters
- path
 Type: System.String
 The path to the items to undelete.
- deletionId
 Type: System.Int32
 Deletion ID for the item to undelete.
Return Value
Type: System.Int32
The number of files queued for undeletion.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.