TeamFoundationVersionControlService.UpdatePendingState Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpdatePendingState(TeamFoundationRequestContext, String, String, array<PendingState[]) | 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. | |
UpdatePendingState(TeamFoundationRequestContext, String, String, array<PendingState[], PathLength) | This is used to update the Conflict and Revert To information. It can be used if the client downloads files wihtout using a Get to register conflicts and update revert to information. |
Top