Repository.RemoveLocalConflict Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub RemoveLocalConflict ( _
workspaceName As String, _
ownerName As String, _
conflictId As Integer _
)
[WebMethodAttribute]
public void RemoveLocalConflict(
string workspaceName,
string ownerName,
int conflictId
)
[WebMethodAttribute]
public:
void RemoveLocalConflict(
String^ workspaceName,
String^ ownerName,
int conflictId
)
[<WebMethodAttribute>]
member RemoveLocalConflict :
workspaceName:string *
ownerName:string *
conflictId:int -> unit
public function RemoveLocalConflict(
workspaceName : String,
ownerName : String,
conflictId : int
)
Parameters
- workspaceName
Type: System.String
- ownerName
Type: System.String
- conflictId
Type: System.Int32
.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.