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 ( _
    itemSpecs As ItemSpec(), _
    lockLevel As LockLevel, _
    updateDisk As Boolean, _
    detectFolderAtTarget As Boolean, _
    silent As Boolean _
) As Integer
public int PendUndelete(
    ItemSpec[] itemSpecs,
    LockLevel lockLevel,
    bool updateDisk,
    bool detectFolderAtTarget,
    bool silent
)
public:
int PendUndelete(
    array<ItemSpec^>^ itemSpecs, 
    LockLevel lockLevel, 
    bool updateDisk, 
    bool detectFolderAtTarget, 
    bool silent
)
member PendUndelete : 
        itemSpecs:ItemSpec[] * 
        lockLevel:LockLevel * 
        updateDisk:bool * 
        detectFolderAtTarget:bool * 
        silent:bool -> int 
public function PendUndelete(
    itemSpecs : ItemSpec[], 
    lockLevel : LockLevel, 
    updateDisk : boolean, 
    detectFolderAtTarget : boolean, 
    silent : boolean
) : int
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 undeleted files or folders should be restored to the local disk.
- detectFolderAtTarget
 Type: System.Boolean
 True to search for a local folder existing at the target. False to not search.
- silent
 Type: System.Boolean
 Specifies whether server should return get operations.
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.