This documentation is archived and is not being maintained.

Workspace::RemoveLocalConflicts Method

Removes local conflicts from the server's list of conflicts for this workspace.

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

public:
void RemoveLocalConflicts(
	IEnumerable<Conflict^>^ conflicts
)

Parameters

conflicts
Type: System.Collections.Generic::IEnumerable<Conflict>

A list of conflicts to remove.

Show: