Repository.UpdatePendingState Method

This is used to update the Conflict and Revert To information. It can be used if the client downloads files without using a Get to register conflicts and update revert to information.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdatePendingState ( _
    workspaceName As String, _
    workspaceOwner As String, _
    updates As PendingState() _
)
[WebMethodAttribute]
public void UpdatePendingState(
    string workspaceName,
    string workspaceOwner,
    PendingState[] updates
)
[WebMethodAttribute]
public:
void UpdatePendingState(
    String^ workspaceName, 
    String^ workspaceOwner, 
    array<PendingState^>^ updates
)
[<WebMethodAttribute>]
member UpdatePendingState : 
        workspaceName:string * 
        workspaceOwner:string * 
        updates:PendingState[] -> unit
public function UpdatePendingState(
    workspaceName : String, 
    workspaceOwner : String, 
    updates : PendingState[]
)

Parameters

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace