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.
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
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- updates
Type: array<Microsoft.TeamFoundation.VersionControl.Server.PendingState[]
.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.