Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, _
detectFolderAtTarget As Boolean, _
silent As Boolean, _
itemAttributeFilters As String() _
) As Integer
public int PendUndelete(
string path,
int deletionId,
string newPath,
LockLevel lockLevel,
bool updateDisk,
bool detectFolderAtTarget,
bool silent,
string[] itemAttributeFilters
)
public:
int PendUndelete(
String^ path,
int deletionId,
String^ newPath,
LockLevel lockLevel,
bool updateDisk,
bool detectFolderAtTarget,
bool silent,
array<String^>^ itemAttributeFilters
)
member PendUndelete :
path:string *
deletionId:int *
newPath:string *
lockLevel:LockLevel *
updateDisk:bool *
detectFolderAtTarget:bool *
silent:bool *
itemAttributeFilters:string[] -> int
public function PendUndelete(
path : String,
deletionId : int,
newPath : String,
lockLevel : LockLevel,
updateDisk : boolean,
detectFolderAtTarget : boolean,
silent : boolean,
itemAttributeFilters : String[]
) : int
Parameters
path
Type: System.StringThe path to the items to restore.
deletionId
Type: System.Int32The deletion IDs of the items to restore.
newPath
Type: System.StringOptional new path for the items to restore.
lockLevel
Type: Microsoft.TeamFoundation.VersionControl.Client.LockLevelThe lock level to apply to each item.
updateDisk
Type: System.BooleanTrue to write restored items to the local disk. False to leave local disk unaltered.
detectFolderAtTarget
Type: System.BooleanTrue to search for a local folder existing at the target. False not to search.
silent
Type: System.BooleanSpecifies whether the server should return Get operations.
itemAttributeFilters
Type: array<System.String[]A list of the property name filters to return with Get operations.
Return Value
Type: System.Int32
The number of pending changes.
.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.