Workspace.PendUndelete Method (array<ItemSpec , 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 ( _
    itemSpecs As ItemSpec(), _
    lockLevel As LockLevel, _
    updateDisk As Boolean _
) As Integer
public int PendUndelete(
    ItemSpec[] itemSpecs,
    LockLevel lockLevel,
    bool updateDisk
)
public:
int PendUndelete(
    array<ItemSpec^>^ itemSpecs, 
    LockLevel lockLevel, 
    bool updateDisk
)
member PendUndelete : 
        itemSpecs:ItemSpec[] * 
        lockLevel:LockLevel * 
        updateDisk:bool -> int
public function PendUndelete(
    itemSpecs : ItemSpec[], 
    lockLevel : LockLevel, 
    updateDisk : boolean
) : int

Parameters

  • 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 files that were queued for restoration.

.NET Framework Security

See Also

Reference

Workspace Class

PendUndelete Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace