Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'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
- itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
The path to the items to undelete.
- lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Client.LockLevel
The lock level to apply to each item.
- updateDisk
Type: System.Boolean
True to write undeleted items to the local disk. False to leave local disk unaltered.
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.