Workspace.PendUndelete Method (String, Int32, String)
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 _
) As Integer
public int PendUndelete(
string path,
int deletionId,
string newPath
)
public:
int PendUndelete(
String^ path,
int deletionId,
String^ newPath
)
member PendUndelete :
path:string *
deletionId:int *
newPath:string -> int
public function PendUndelete(
path : String,
deletionId : int,
newPath : String
) : int
Parameters
path
Type: System.StringThe path to the items to restore.
deletionId
Type: System.Int32The deletion ID of the item to restore.
newPath
Type: System.StringOptional new path for the item to restore.
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.